feature: update value of fontWeight bold

This commit is contained in:
eliabejr 2019-01-10 14:49:26 -03:00
parent 9fbc198ce8
commit ef56a6d241
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const appTheme = {
mode: DARK,
fontFamily: 'Roboto',
fontWeight: {
bold: 700,
bold: 900,
default: 400,
light: 300,
},