Bulk add genes (#567)

* bulk add

* cleanup
This commit is contained in:
Colin Megill
2019-01-29 16:26:09 -05:00
committed by GitHub
parent d31c05c970
commit 2df7161cd8
3 changed files with 152 additions and 32 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
import { Colors } from "@blueprintjs/core";
// jshint esversion: 6
/* these will be either (preferably) specified or inferred */
export const categories = [
@@ -44,8 +46,8 @@ export const configDefaults = {
};
/* colors */
export const blue = "#4a90e2";
export const hcaBlue = "#1c7cc7";
export const blue = Colors.BLUE3;
export const linkBlue = Colors.BLUE5;
export const lightestGrey = "rgb(249,249,249)";
export const lighterGrey = "rgb(245,245,245)";
export const lightGrey = "rgb(211,211,211)";