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