feat: updates styling

This commit is contained in:
Mark Mankarious
2023-08-10 17:36:22 +01:00
parent 1a2f070004
commit 52ec50913e
2 changed files with 4 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ export const IconButton = ({
>
<Box
sx={{
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
svg: {
color: iconColor
}

View File

@@ -29,7 +29,7 @@ export const customVars: CustomThemeVars = {
y: 40
},
toolMenu: {
height: 55
height: 50
},
diagramPalette: {
green: '#53b435',