feat: use black for outlinedInfo alerts light mode

This commit is contained in:
amhsirak
2025-12-26 20:04:31 +05:30
parent b61c21c2ab
commit 0f909116b2

View File

@@ -66,10 +66,10 @@ const lightTheme = createTheme({
},
},
outlinedInfo: {
color: '#ff00c3',
borderColor: '#ff00c3',
color: '#000000ff',
borderColor: '#000000ff',
"& .MuiAlert-icon": {
color: "#ff00c3",
color: "#000000ff",
},
},
},