mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Fix login page UI contrast in dark,spotify (#946)
This commit is contained in:
parent
2067f131fe
commit
5825a9de9a
@ -22,6 +22,9 @@ export default {
|
||||
icon: {
|
||||
backgroundColor: 'inherit',
|
||||
},
|
||||
welcome: {
|
||||
color: '#eee',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
|
||||
@ -19,6 +19,17 @@ export default {
|
||||
color: 'white',
|
||||
},
|
||||
},
|
||||
NDLogin: {
|
||||
systemNameLink: {
|
||||
color: '#fff',
|
||||
},
|
||||
icon: {
|
||||
backgroundColor: 'inherit',
|
||||
},
|
||||
welcome: {
|
||||
color: '#eee',
|
||||
},
|
||||
},
|
||||
},
|
||||
player: {
|
||||
theme: 'dark',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user