Adding background variable

This commit is contained in:
apanizo 2018-08-31 12:22:54 +02:00
parent f7c0a13ee2
commit e54c95bf74
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
// @flow
const border = '#e4e8f1'
const primary = '#1798cc'
const background = '#f4f4f9'
const primary = '#467ee5' // '#1798cc'
const secondary = '#13222b'
const tertiary = '#f6f9fc'
const xs = '4px'
@ -13,6 +14,7 @@ module.exports = Object.assign({}, {
primary,
secondary,
tertiary,
background,
xs,
sm,
md,