feature: add light fontWeight

This commit is contained in:
eliabejr 2018-12-21 09:13:43 -03:00
parent c91b4b12dd
commit 60f9189dc1
1 changed files with 5 additions and 4 deletions

View File

@ -30,12 +30,13 @@ const appTheme = {
fontWeight: { fontWeight: {
bold: 700, bold: 700,
default: 400, default: 400,
light: 300,
}, },
fontSize: { fontSize: {
title: 1.25, large: 1.25,
text: 0.84375, medium: 1.125,
sub: 0.667, regular: 0.84375,
zecValueBase: 1.125, small: 0.667,
}, },
colors: { colors: {
primary: theme('mode', { primary: theme('mode', {