From 10152f1bfaea5eecf96c630ce65f45c9e698f8ad Mon Sep 17 00:00:00 2001 From: mmv Date: Fri, 12 Jul 2019 16:05:57 +0400 Subject: [PATCH] make expand button centered in headeR --- src/theme/mui.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme/mui.js b/src/theme/mui.js index 14f32c67..5ffa7919 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -84,6 +84,11 @@ export default createMuiTheme({ padding: '24px 0 0 15px', }, }, + MuiIconButton: { + root: { + padding: 0, + }, + }, MuiChip: { root: { fontFamily: 'Roboto Mono, monospace',