feat: use white for outlinedInfo alerts dark moded

This commit is contained in:
amhsirak
2025-12-26 20:01:19 +05:30
parent 19de4ad5a9
commit b61c21c2ab

View File

@@ -193,10 +193,10 @@ const darkTheme = createTheme({
}, },
}, },
outlinedInfo: { outlinedInfo: {
color: '#ff00c3', color: '#ffffff',
borderColor: '#ff00c3', borderColor: '#ffffff',
"& .MuiAlert-icon": { "& .MuiAlert-icon": {
color: "#ff00c3", color: "#ffffff",
}, },
}, },
}, },