From f8d73a5025dd995faa2bcbe0a54e6fe3f87c2031 Mon Sep 17 00:00:00 2001 From: apanizo Date: Tue, 4 Sep 2018 17:11:29 +0200 Subject: [PATCH] Adding fancy variable color --- src/theme/variables.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/variables.js b/src/theme/variables.js index 22d1250b..53953062 100644 --- a/src/theme/variables.js +++ b/src/theme/variables.js @@ -5,6 +5,7 @@ const primary = '#4a5579' const secondary = '#13222b' const tertiary = '#f6f9fc' const fontColor = '#4a5579' +const fancyColor = '#fd7890' const xs = '4px' const sm = '8px' const md = '16px' @@ -17,6 +18,7 @@ module.exports = Object.assign({}, { tertiary, background, fontColor, + fancy: fancyColor, xs, sm, md,