change colors

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 09:05:21 +03:30
parent dd3d973b13
commit 5061c51525

View File

@@ -9,19 +9,21 @@ const theme = createTheme({
},
palette: {
primary: {
main: "#0D47A1",
contrastText: "#fff",
main: "#1b4332",
contrastText: "#FFFFFF",
},
secondary: {
main: "#90A4AE",
main: "#1B4043",
contrastText: "#FFFFFF",
},
},
components: {
MuiBackdrop: {
styleOverrides: {
root: {
backdropFilter: "blur(2px)",
backgroundColor: "rgba(0, 0, 0, 0.5)",
backdropFilter: "blur(3px)",
backgroundColor: "rgba(0, 0, 0, 0.3)",
},
},
},