Adding background variable
This commit is contained in:
parent
f7c0a13ee2
commit
e54c95bf74
|
@ -1,6 +1,7 @@
|
||||||
// @flow
|
// @flow
|
||||||
const border = '#e4e8f1'
|
const border = '#e4e8f1'
|
||||||
const primary = '#1798cc'
|
const background = '#f4f4f9'
|
||||||
|
const primary = '#467ee5' // '#1798cc'
|
||||||
const secondary = '#13222b'
|
const secondary = '#13222b'
|
||||||
const tertiary = '#f6f9fc'
|
const tertiary = '#f6f9fc'
|
||||||
const xs = '4px'
|
const xs = '4px'
|
||||||
|
@ -13,6 +14,7 @@ module.exports = Object.assign({}, {
|
||||||
primary,
|
primary,
|
||||||
secondary,
|
secondary,
|
||||||
tertiary,
|
tertiary,
|
||||||
|
background,
|
||||||
xs,
|
xs,
|
||||||
sm,
|
sm,
|
||||||
md,
|
md,
|
||||||
|
|
Loading…
Reference in New Issue