feat: dark mode outlinedInfo style for MuiAlert

This commit is contained in:
Karishma Shukla
2025-12-21 17:17:48 +05:30
committed by GitHub
parent a84fcb4a66
commit d1adf42a70

View File

@@ -192,6 +192,13 @@ const darkTheme = createTheme({
color: "#ff66d9",
},
},
outlinedInfo: {
color: '#ff00c3',
borderColor: '#ff00c3',
"& .MuiAlert-icon": {
color: "#ff00c3",
},
},
},
},
MuiAlertTitle: {