Fix non existent muitab style

This commit is contained in:
mmv 2019-03-12 17:55:21 +04:00
parent f2dedc4ad2
commit c7efc2b3bb
1 changed files with 3 additions and 3 deletions

View File

@ -169,9 +169,9 @@ export default createMuiTheme({
root: {
fontFamily: 'Roboto Mono, monospace',
fontWeight: 'normal',
},
'&$selected': {
fontWeight: bolderFont,
'&$selected': {
fontWeight: bolderFont,
},
},
},
MuiTablePagination: {