From cf72bbfad40ae894810981302496063116dae71d Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Wed, 31 Mar 2021 10:41:05 +0530 Subject: [PATCH] Fix login page UI contrast in dark,spotify (#946) --- ui/src/themes/dark.js | 3 +++ ui/src/themes/spotify.js | 11 +++++++++++ 2 files changed, 14 insertions(+) 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',