change colors
This commit is contained in:
@@ -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)",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user