Modified border and added xl in variables.js

This commit is contained in:
apanizo 2018-09-05 15:50:19 +02:00
parent bcc0ea71c6
commit 19bcc7db7c
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// @flow // @flow
const border = '#e4e8f1' const border = '#eaebef'
const background = '#f4f4f9' const background = '#f4f4f9'
const primary = '#4a5579' const primary = '#4a5579'
const secondary = '#13222b' const secondary = '#13222b'
@ -10,7 +10,8 @@ const xs = '4px'
const sm = '8px' const sm = '8px'
const md = '16px' const md = '16px'
const lg = '24px' const lg = '24px'
const xl = '42px' const xl = '32px'
const xxl = '40px'
module.exports = Object.assign({}, { module.exports = Object.assign({}, {
primary, primary,
@ -24,6 +25,7 @@ module.exports = Object.assign({}, {
md, md,
lg, lg,
xl, xl,
xxl,
border, border,
fontSizeHeadingXs: 13, fontSizeHeadingXs: 13,
fontSizeHeadingSm: 18, fontSizeHeadingSm: 18,