change error alert color
This commit is contained in:
parent
805d070764
commit
b39903b7bf
@ -46,6 +46,18 @@ const lightTheme = createTheme({
|
||||
navbarbg: {
|
||||
main: "#FFFFFF",
|
||||
},
|
||||
},
|
||||
components: {
|
||||
MuiAlert: {
|
||||
styleOverrides: {
|
||||
filledError: {
|
||||
backgroundColor: "#FB5607",
|
||||
},
|
||||
root: {
|
||||
borderRadius: "8px",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user