fix(ui): increase contrast of button text in the Dark theme
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c3e8c67116
commit
f939ad84f3
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ export default {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiButton: {
|
||||||
|
textPrimary: {
|
||||||
|
color: '#fff',
|
||||||
|
},
|
||||||
|
},
|
||||||
NDLogin: {
|
NDLogin: {
|
||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#0085ff',
|
color: '#0085ff',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue