Fix text being unreadable with Ligera theme (#2517)
Change MuiFormGroup color to make it readable.
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
|||||||
},
|
},
|
||||||
MuiFormGroup: {
|
MuiFormGroup: {
|
||||||
root: {
|
root: {
|
||||||
color: bLight['500'],
|
color: '#464646',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiMenuItem: {
|
MuiMenuItem: {
|
||||||
|
|||||||
Reference in New Issue
Block a user