feat: use white for outlinedInfo alerts dark moded
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user