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: {
color: '#ff00c3',
borderColor: '#ff00c3',
color: '#ffffff',
borderColor: '#ffffff',
"& .MuiAlert-icon": {
color: "#ff00c3",
color: "#ffffff",
},
},
},