From f7bf357950c5c1986ea70c88aeac5947ee14792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 19 May 2021 19:02:14 +0100 Subject: [PATCH] fix(ui): fix @state=unprocessed in dark mode --- ui/src/Styles/Components/BaseLabel.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/Styles/Components/BaseLabel.scss b/ui/src/Styles/Components/BaseLabel.scss index f5940b4bb..685723066 100644 --- a/ui/src/Styles/Components/BaseLabel.scss +++ b/ui/src/Styles/Components/BaseLabel.scss @@ -37,7 +37,8 @@ } &.bg-secondary, &.btn-secondary { - border: 1px solid darken($secondary, 2%); + border: 1px solid lighten($secondary, 2%); + background-color: lighten($secondary, 4%) !important; } &.bg-success, &.btn-success {