Fixing label font-weight property on Table's header
This commit is contained in:
parent
369045b75f
commit
ed258e91e1
|
@ -126,8 +126,11 @@ export default createMuiTheme({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiTab: {
|
MuiTab: {
|
||||||
label: {
|
root: {
|
||||||
fontFamily: 'Roboto Mono, monospace',
|
fontFamily: 'Roboto Mono, monospace',
|
||||||
|
fontWeight: 'normal',
|
||||||
|
},
|
||||||
|
selected: {
|
||||||
fontWeight: bolderFont,
|
fontWeight: bolderFont,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue