fix: background color override for mui alert dark theme

This commit is contained in:
amhsirak
2025-10-13 18:05:53 +05:30
parent 51dfffb476
commit 5d9ee9b6ed

View File

@@ -181,7 +181,7 @@ const darkTheme = createTheme({
MuiAlert: {
styleOverrides: {
standardInfo: {
// backgroundColor: "rgba(255, 0, 195, 0.15)",
backgroundColor: "rgba(255, 0, 195, 0.15)",
color: "#ff66d9",
"& .MuiAlert-icon": {
color: "#ff66d9",