fix colors

This commit is contained in:
2025-05-03 01:58:37 +03:00
parent ab1eaeb338
commit b1af797ad3
5 changed files with 24 additions and 21 deletions

View File

@@ -55,6 +55,11 @@ export const darkThemeOptions: ThemeOptions = {
'--bg-primary': 'rgba(31, 32, 35, 1)',
'--bg-2': 'rgb(39, 40, 44)',
'--primary-main': theme.palette.primary.main,
'--text-primary': theme.palette.text.primary,
'--text-secondary': theme.palette.text.secondary,
'--background-default': theme.palette.background.default,
'--background-paper': theme.palette.background.paper,
'--background-surface': theme.palette.background.surface,
},
'*, *::before, *::after': {
boxSizing: 'border-box',