Adding fancy variable color

This commit is contained in:
apanizo 2018-09-04 17:11:29 +02:00
parent 31cf7ced95
commit f8d73a5025
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const primary = '#4a5579'
const secondary = '#13222b'
const tertiary = '#f6f9fc'
const fontColor = '#4a5579'
const fancyColor = '#fd7890'
const xs = '4px'
const sm = '8px'
const md = '16px'
@ -17,6 +18,7 @@ module.exports = Object.assign({}, {
tertiary,
background,
fontColor,
fancy: fancyColor,
xs,
sm,
md,