From 2f19ceb0248cb087b8dcc22e639e3e1fa1ddb464 Mon Sep 17 00:00:00 2001 From: apanizo Date: Thu, 30 Aug 2018 10:44:35 +0200 Subject: [PATCH] Added border prop in variables.js --- src/theme/variables.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme/variables.js b/src/theme/variables.js index 52c9a40d..666b5e6f 100644 --- a/src/theme/variables.js +++ b/src/theme/variables.js @@ -1,4 +1,5 @@ // @flow +const border = '#E7EAF1' const primary = '#1798cc' const secondary = '#13222b' const tertiary = '#f6f9fc' @@ -17,6 +18,7 @@ module.exports = Object.assign({}, { md, lg, xl, + border, fontSizeHeadingXs: 16, fontSizeHeadingSm: 18, fontSizeHeadingMd: 21,