RC-2: update fuse layout and add new values to themes config

This commit is contained in:
2023-06-11 11:37:15 +01:00
parent 0885eef073
commit 6614303b4b
2 changed files with 24 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ const themesConfig = {
},
background: {
paper: '#FFFFFF',
authPaper: '#F1F5F9',
default: '#f1f5f9',
},
error: {
@@ -44,10 +45,16 @@ const themesConfig = {
main: '#f44336',
dark: '#b71c1c',
},
border: {
light: '#D9D9D9',
},
},
status: {
danger: 'orange',
},
size: {
inputRadius: '10px',
},
},
defaultDark: {
palette: {