RC-8-create-profile-page #4

Merged
evgeniywas merged 7 commits from RC-8-create-profile-page into dev 2023-07-12 23:54:03 +03:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit b0d0579ce7 - Show all commits

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: {