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
+1 -1
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",
}}