RC-8: correct fuse layout and update theme config
This commit is contained in:
@@ -53,7 +53,7 @@ const inputGlobalStyles = (
|
||||
// },
|
||||
// },
|
||||
'[class*="MuiOutlinedInput-root"]': {
|
||||
borderRadius: theme.size?.inputRadius,
|
||||
borderRadius: `${theme.spacing('10px')}!important`,
|
||||
},
|
||||
'[class^="border"]': {
|
||||
borderColor: theme.palette.divider,
|
||||
|
||||
@@ -48,9 +48,6 @@ const themesConfig = {
|
||||
dark: '#b71c1c',
|
||||
},
|
||||
},
|
||||
size: {
|
||||
inputRadius: '10px',
|
||||
},
|
||||
},
|
||||
defaultDark: {
|
||||
palette: {
|
||||
|
||||
Reference in New Issue
Block a user