feat: change dark mode default bg

This commit is contained in:
amhsirak
2025-10-13 17:10:33 +05:30
parent 833fe595fc
commit 6a13605d0c

View File

@@ -93,8 +93,8 @@ const darkTheme = createTheme({
contrastText: '#ffffff', contrastText: '#ffffff',
}, },
background: { background: {
default: '#121212', default: '#000000ff',
paper: '#1e1e1e', paper: '#080808ff',
}, },
text: { text: {
primary: '#ffffff', primary: '#ffffff',