From 19c5cafa51b5328ea37fc0a8021d0f80f5b04791 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 10 Jun 2018 09:56:08 -0700 Subject: [PATCH] Restore missing colors --- shared/styles/theme.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 0ce09b36..7c71623f 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -9,6 +9,10 @@ const theme = { link: '#1AB6FF', primary: '#1AB6FF', placeholder: '#b1becc', + danger: '#D0021B', + warning: '#f08a24', + success: '#1AB6FF', + info: '#a0d3e8', slate: '#9BA6B2', slateLight: '#DAE1E9',