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