font size fix

This commit is contained in:
mmv 2019-04-19 17:55:23 +04:00
parent 6379e0f67c
commit 8adc1ee25a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ import { lg, bolderFont } from '~/theme/variables'
export const styles = () => ({
title: {
padding: `${lg}`,
padding: `${lg} 20px 20px`,
fontWeight: bolderFont,
fontSize: '16px',
},
})