diff --git a/src/@fuse/core/FuseLayout/FuseLayout.js b/src/@fuse/core/FuseLayout/FuseLayout.js index d5975df..ad418c7 100644 --- a/src/@fuse/core/FuseLayout/FuseLayout.js +++ b/src/@fuse/core/FuseLayout/FuseLayout.js @@ -53,7 +53,7 @@ const inputGlobalStyles = ( // }, // }, '[class*="MuiOutlinedInput-root"]': { - borderRadius: theme.size?.inputRadius, + borderRadius: `${theme.spacing('10px')}!important`, }, '[class^="border"]': { borderColor: theme.palette.divider, diff --git a/src/app/configs/themesConfig.js b/src/app/configs/themesConfig.js index c0c5010..b77c012 100644 --- a/src/app/configs/themesConfig.js +++ b/src/app/configs/themesConfig.js @@ -48,9 +48,6 @@ const themesConfig = { dark: '#b71c1c', }, }, - size: { - inputRadius: '10px', - }, }, defaultDark: { palette: {