Fix font-size layout issues

This commit is contained in:
Thomas Nordquist
2019-04-08 09:27:25 +02:00
parent 7e38d23475
commit db134dbc1c

View File

@@ -49,6 +49,11 @@ function createTheme(type: 'light' | 'dark') {
disabledBackground: '#fafafa', disabledBackground: '#fafafa',
}, },
}, },
typography: {
body1: {
fontSize: '0.9rem',
},
},
}) })
} }
} }