mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
font size fix
This commit is contained in:
parent
6379e0f67c
commit
8adc1ee25a
@ -3,7 +3,8 @@ import { lg, bolderFont } from '~/theme/variables'
|
|||||||
|
|
||||||
export const styles = () => ({
|
export const styles = () => ({
|
||||||
title: {
|
title: {
|
||||||
padding: `${lg}`,
|
padding: `${lg} 20px 20px`,
|
||||||
fontWeight: bolderFont,
|
fontWeight: bolderFont,
|
||||||
|
fontSize: '16px',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user