feat: dark mode outlinedInfo style for MuiAlert
This commit is contained in:
@@ -192,6 +192,13 @@ const darkTheme = createTheme({
|
|||||||
color: "#ff66d9",
|
color: "#ff66d9",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
outlinedInfo: {
|
||||||
|
color: '#ff00c3',
|
||||||
|
borderColor: '#ff00c3',
|
||||||
|
"& .MuiAlert-icon": {
|
||||||
|
color: "#ff00c3",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiAlertTitle: {
|
MuiAlertTitle: {
|
||||||
|
|||||||
Reference in New Issue
Block a user