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",
contrastText: "#ffffff",
},
error: {
main: '#f44336',
light: '#e57373',
dark: '#d32f2f',
contrastText: '#ffffff',
},
background: {
default: '#121212',
paper: '#1e1e1e',