From 5b37ffe267bae0bc91c3d975acbf461bb1ca8db5 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Tue, 25 Feb 2020 16:21:50 +0100 Subject: [PATCH] Fixing contrast on Organization pill in Dashboard (#6288) * fixing contrast on org pill * well... actually this is a fix... --- app/assets/stylesheets/dashboard.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 1ebe9a2be..1da4e2813 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -395,10 +395,10 @@ .dashboard-top-pill { @include themeable( background, - theme-secondary-color, + theme-container-accent-background, darken($light-gray, 6%) ); - @include themeable(color, theme-container-background, #fff); + @include themeable(color, theme-color, $black); margin-right: 5px; padding: 3px 10px; border-radius: 100px;