From 7f2a779879e409cba7e35e504e02af25c26f7463 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 13 Dec 2021 22:40:26 +0100 Subject: Use accent color from settings in modals when appropriate --- src/features/quickSwitch/Component.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/features/quickSwitch') diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js index 646794414..dfdd7bb17 100644 --- a/src/features/quickSwitch/Component.js +++ b/src/features/quickSwitch/Component.js @@ -34,7 +34,6 @@ const styles = theme => ({ width: '80%', maxWidth: 600, background: theme.styleTypes.primary.contrast, - color: theme.styleTypes.primary.accent, paddingTop: 30, }, headline: { @@ -64,7 +63,7 @@ const styles = theme => ({ }, }, activeService: { - background: theme.styleTypes.primary.accent, + background: `${theme.styleTypes.primary.accent} !important`, color: theme.styleTypes.primary.contrast, cursor: 'pointer', }, -- cgit v1.2.3-70-g09d2