Added border prop in variables.js
This commit is contained in:
parent
6b130deb57
commit
2f19ceb024
|
@ -1,4 +1,5 @@
|
||||||
// @flow
|
// @flow
|
||||||
|
const border = '#E7EAF1'
|
||||||
const primary = '#1798cc'
|
const primary = '#1798cc'
|
||||||
const secondary = '#13222b'
|
const secondary = '#13222b'
|
||||||
const tertiary = '#f6f9fc'
|
const tertiary = '#f6f9fc'
|
||||||
|
@ -17,6 +18,7 @@ module.exports = Object.assign({}, {
|
||||||
md,
|
md,
|
||||||
lg,
|
lg,
|
||||||
xl,
|
xl,
|
||||||
|
border,
|
||||||
fontSizeHeadingXs: 16,
|
fontSizeHeadingXs: 16,
|
||||||
fontSizeHeadingSm: 18,
|
fontSizeHeadingSm: 18,
|
||||||
fontSizeHeadingMd: 21,
|
fontSizeHeadingMd: 21,
|
||||||
|
|
Loading…
Reference in New Issue