feat: use black for outlinedInfo alerts light mode
This commit is contained in:
@@ -66,10 +66,10 @@ const lightTheme = createTheme({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
outlinedInfo: {
|
outlinedInfo: {
|
||||||
color: '#ff00c3',
|
color: '#000000ff',
|
||||||
borderColor: '#ff00c3',
|
borderColor: '#000000ff',
|
||||||
"& .MuiAlert-icon": {
|
"& .MuiAlert-icon": {
|
||||||
color: "#ff00c3",
|
color: "#000000ff",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user