Added border prop in variables.js

This commit is contained in:
apanizo 2018-08-30 10:44:35 +02:00
parent 6b130deb57
commit 2f19ceb024
1 changed files with 2 additions and 0 deletions

View File

@ -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,