color to globals

This commit is contained in:
Colin Megill
2018-03-02 09:56:10 -08:00
parent 3036c5fc90
commit a698e6168a
2 changed files with 2 additions and 1 deletions

View File

@@ -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",
}}

View File

@@ -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;