Fix login page UI contrast in dark,spotify (#946)
This commit is contained in:
parent
20f5778694
commit
cf72bbfad4
2 changed files with 14 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ export default {
|
||||||
icon: {
|
icon: {
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
},
|
},
|
||||||
|
welcome: {
|
||||||
|
color: '#eee',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
player: {
|
player: {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,17 @@ export default {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
NDLogin: {
|
||||||
|
systemNameLink: {
|
||||||
|
color: '#fff',
|
||||||
|
},
|
||||||
|
icon: {
|
||||||
|
backgroundColor: 'inherit',
|
||||||
|
},
|
||||||
|
welcome: {
|
||||||
|
color: '#eee',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
player: {
|
player: {
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue