make expand button centered in headeR

This commit is contained in:
mmv 2019-07-12 16:05:57 +04:00
parent 53dd7b0582
commit 10152f1bfa
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ export default createMuiTheme({
padding: '24px 0 0 15px', padding: '24px 0 0 15px',
}, },
}, },
MuiIconButton: {
root: {
padding: 0,
},
},
MuiChip: { MuiChip: {
root: { root: {
fontFamily: 'Roboto Mono, monospace', fontFamily: 'Roboto Mono, monospace',