fix: background color override for mui alert dark theme
This commit is contained in:
@@ -181,7 +181,7 @@ const darkTheme = createTheme({
|
|||||||
MuiAlert: {
|
MuiAlert: {
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
standardInfo: {
|
standardInfo: {
|
||||||
// backgroundColor: "rgba(255, 0, 195, 0.15)",
|
backgroundColor: "rgba(255, 0, 195, 0.15)",
|
||||||
color: "#ff66d9",
|
color: "#ff66d9",
|
||||||
"& .MuiAlert-icon": {
|
"& .MuiAlert-icon": {
|
||||||
color: "#ff66d9",
|
color: "#ff66d9",
|
||||||
|
|||||||
Reference in New Issue
Block a user