mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix text being unreadable with Ligera theme (#2517)
Change MuiFormGroup color to make it readable.
This commit is contained in:
parent
d45f9f172d
commit
ac7f94e620
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export default {
|
||||||
},
|
},
|
||||||
MuiFormGroup: {
|
MuiFormGroup: {
|
||||||
root: {
|
root: {
|
||||||
color: bLight['500'],
|
color: '#464646',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiMenuItem: {
|
MuiMenuItem: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue