mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
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: {
|
||||
label: {
|
||||
root: {
|
||||
fontFamily: 'Roboto Mono, monospace',
|
||||
fontWeight: 'normal',
|
||||
},
|
||||
selected: {
|
||||
fontWeight: bolderFont,
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user