diff --git a/ui/src/themes/dark.js b/ui/src/themes/dark.js index 70fe6d1b5..0962a03da 100644 --- a/ui/src/themes/dark.js +++ b/ui/src/themes/dark.js @@ -22,6 +22,9 @@ export default { icon: { backgroundColor: 'inherit', }, + welcome: { + color: '#eee', + }, }, }, player: { diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index fa4d02611..daaf54cb0 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -19,6 +19,17 @@ export default { color: 'white', }, }, + NDLogin: { + systemNameLink: { + color: '#fff', + }, + icon: { + backgroundColor: 'inherit', + }, + welcome: { + color: '#eee', + }, + }, }, player: { theme: 'dark',