From dc8903303091dde41fac3c6f42826be436e9b7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 1 Dec 2022 18:49:29 +0000 Subject: [PATCH] fix(ui): tweak dropdown color --- ui/src/Styles/Components/_BaseLabel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Styles/Components/_BaseLabel.scss b/ui/src/Styles/Components/_BaseLabel.scss index b1952bc01..9d7272f47 100644 --- a/ui/src/Styles/Components/_BaseLabel.scss +++ b/ui/src/Styles/Components/_BaseLabel.scss @@ -44,8 +44,8 @@ } &.bg-secondary, &.btn-secondary { - border: 1px solid lighten($secondary, 2%); - background-color: lighten($secondary, 4%) !important; + border: 1px solid darken($secondary, 1%); + background-color: darken($secondary, 2%) !important; } &.bg-success, &.btn-success {