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