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