Fix non existent muitab style
This commit is contained in:
parent
f2dedc4ad2
commit
c7efc2b3bb
|
@ -169,9 +169,9 @@ export default createMuiTheme({
|
|||
root: {
|
||||
fontFamily: 'Roboto Mono, monospace',
|
||||
fontWeight: 'normal',
|
||||
},
|
||||
'&$selected': {
|
||||
fontWeight: bolderFont,
|
||||
'&$selected': {
|
||||
fontWeight: bolderFont,
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiTablePagination: {
|
||||
|
|
Loading…
Reference in New Issue