From 67022a889e27b3c94f3d265993303a23d1a8e3c0 Mon Sep 17 00:00:00 2001 From: Jinksi Date: Mon, 20 Nov 2017 18:00:48 +1000 Subject: [PATCH] =?UTF-8?q?New=20red.=20=F0=9F=8C=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globalStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globalStyles.js b/src/globalStyles.js index edf2294..d68f246 100644 --- a/src/globalStyles.js +++ b/src/globalStyles.js @@ -10,7 +10,7 @@ export const font = { } export const color = { - primary: 'tomato', + primary: '#ff3d3d', secondary: '#212121', lightGrey: 'whitesmoke' }