Fix text being unreadable with Ligera theme (#2517)

Change MuiFormGroup color to make it readable.
This commit is contained in:
Lukas H 2023-09-10 12:28:21 -04:00 committed by Joe Stump
parent 7a7076da03
commit ff4af9a91c
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -115,7 +115,7 @@ export default {
},
MuiFormGroup: {
root: {
color: bLight['500'],
color: '#464646',
},
},
MuiMenuItem: {