RC-8: correct fuse layout and update theme config

This commit is contained in:
2023-07-12 21:48:28 +01:00
parent cb85501f7c
commit b0d0579ce7
2 changed files with 1 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ const inputGlobalStyles = (
// },
// },
'[class*="MuiOutlinedInput-root"]': {
borderRadius: theme.size?.inputRadius,
borderRadius: `${theme.spacing('10px')}!important`,
},
'[class^="border"]': {
borderColor: theme.palette.divider,

View File

@@ -48,9 +48,6 @@ const themesConfig = {
dark: '#b71c1c',
},
},
size: {
inputRadius: '10px',
},
},
defaultDark: {
palette: {