From b78b799a2743eb4274b1cee9664b38f919fcd593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 16 Dec 2019 21:23:30 +0000 Subject: [PATCH] fix(ui): don't hardcore dark button color --- ui/src/Styles/Components/FilterInputLabel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Styles/Components/FilterInputLabel.scss b/ui/src/Styles/Components/FilterInputLabel.scss index 1a9df42b2..4a9eba6ad 100644 --- a/ui/src/Styles/Components/FilterInputLabel.scss +++ b/ui/src/Styles/Components/FilterInputLabel.scss @@ -66,6 +66,6 @@ button.components-label.btn { } &.btn-dark:hover { // same as in Theme.scss - background-color: #3b4247; + background-color: $dark; } }