make expand button centered in headeR
This commit is contained in:
parent
53dd7b0582
commit
10152f1bfa
|
@ -84,6 +84,11 @@ export default createMuiTheme({
|
|||
padding: '24px 0 0 15px',
|
||||
},
|
||||
},
|
||||
MuiIconButton: {
|
||||
root: {
|
||||
padding: 0,
|
||||
},
|
||||
},
|
||||
MuiChip: {
|
||||
root: {
|
||||
fontFamily: 'Roboto Mono, monospace',
|
||||
|
|
Loading…
Reference in New Issue