From 86383ca777a0f003a51c4e046d939ff047882470 Mon Sep 17 00:00:00 2001 From: hoeppner-dataport <106819770+hoeppner-dataport@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:10:59 +0200 Subject: [PATCH] BC-8292 - fix hint colors (#3532) * fix: icon and text color of hint text --------- Co-authored-by: NFriedo <69233063+NFriedo@users.noreply.github.com> --- static/styles/dashboard/dashboard.scss | 1 - views/dashboard/dashboard.hbs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/styles/dashboard/dashboard.scss b/static/styles/dashboard/dashboard.scss index 66fc38022f..fbd50dd46f 100644 --- a/static/styles/dashboard/dashboard.scss +++ b/static/styles/dashboard/dashboard.scss @@ -301,7 +301,6 @@ .dashboard-notification { display: flex; - color: #424242; border: solid $secondaryColor; border-radius: 4px; border-width: 8px 1px 1px; diff --git a/views/dashboard/dashboard.hbs b/views/dashboard/dashboard.hbs index 1667d0e8af..ac06f9ba93 100644 --- a/views/dashboard/dashboard.hbs +++ b/views/dashboard/dashboard.hbs @@ -81,7 +81,7 @@ {{#ifneq (getConfig "DASHBOARD_ANNOUNCEMENT_ROLES") ""}} {{#if (userHasRoleFromArray (getConfig "DASHBOARD_ANNOUNCEMENT_ROLES") ../currentUser)}} {{/if}} {{/ifneq}}