mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 10:58:10 +08:00
color to globals
This commit is contained in:
@@ -58,7 +58,7 @@ class Expression extends React.Component {
|
||||
fontWeight: 700,
|
||||
color: "#FFF",
|
||||
padding: "12px 20px",
|
||||
backgroundColor: "#448C4D",
|
||||
backgroundColor: globals.darkGreen,
|
||||
border: "none",
|
||||
cursor: "pointer",
|
||||
}}
|
||||
|
||||
@@ -30,6 +30,7 @@ export const darkerGrey = "rgb(51,51,51)";
|
||||
|
||||
export const brightBlue = "#3B98FC";
|
||||
export const brightGreen = "#A2D729";
|
||||
export const darkGreen = "#448C4D";
|
||||
|
||||
export const tiniestFontSize = 12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user