improving bg colors and adding borders

This commit is contained in:
2025-04-26 18:03:27 +03:00
parent 4fa9aa3c91
commit c4520b960d
14 changed files with 527 additions and 483 deletions

View File

@@ -15,12 +15,17 @@ const darkThemeOptions: ThemeOptions = {
},
background: {
default: 'rgb(49, 51, 56)',
paper: 'rgb(96, 96, 97)',
paper: 'rgb(62, 64, 68)',
surface: 'rgb(58, 60, 65)',
},
text: {
primary: 'rgb(255, 255, 255)',
secondary: 'rgb(179, 179, 179)',
},
border: {
main: 'rgba(255, 255, 255, 0.12)',
subtle: 'rgba(255, 255, 255, 0.08)',
},
},
components: {
MuiCard: {