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 GitHub
parent d45f9f172d
commit ac7f94e620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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