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,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)': {