Fixing label font-weight property on Table's header

This commit is contained in:
apanizo 2018-10-18 16:56:56 +02:00
parent 369045b75f
commit ed258e91e1
1 changed files with 4 additions and 1 deletions

View File

@ -126,8 +126,11 @@ export default createMuiTheme({
},
},
MuiTab: {
label: {
root: {
fontFamily: 'Roboto Mono, monospace',
fontWeight: 'normal',
},
selected: {
fontWeight: bolderFont,
},
},