Fix login page UI contrast in dark,spotify (#946)

This commit is contained in:
Samarjeet 2021-03-31 10:41:05 +05:30 committed by GitHub
parent 20f5778694
commit cf72bbfad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,9 @@ export default {
icon: {
backgroundColor: 'inherit',
},
welcome: {
color: '#eee',
},
},
},
player: {

View File

@ -19,6 +19,17 @@ export default {
color: 'white',
},
},
NDLogin: {
systemNameLink: {
color: '#fff',
},
icon: {
backgroundColor: 'inherit',
},
welcome: {
color: '#eee',
},
},
},
player: {
theme: 'dark',