feat: add error to paletter

This commit is contained in:
amhsirak
2025-01-27 22:23:52 +05:30
parent fd45a33479
commit e8347d73a2

View File

@@ -86,6 +86,12 @@ const darkTheme = createTheme({
main: "#ff00c3", main: "#ff00c3",
contrastText: "#ffffff", contrastText: "#ffffff",
}, },
error: {
main: '#f44336',
light: '#e57373',
dark: '#d32f2f',
contrastText: '#ffffff',
},
background: { background: {
default: '#121212', default: '#121212',
paper: '#1e1e1e', paper: '#1e1e1e',