feature: add sub font size

This commit is contained in:
eliabejr 2018-12-20 16:13:49 -03:00
parent 767a1a4f1a
commit 329e5ae638
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const transactionsItemHovered = '#222222';
const appTheme = {
mode: DARK,
fontFamily: 'PT Sans',
fontFamily: 'Roboto',
fontWeight: {
bold: 700,
default: 400,
@ -34,6 +34,7 @@ const appTheme = {
fontSize: {
title: 1.25,
text: 0.84375,
sub: 0.667,
zecValueBase: 1.125,
},
colors: {