From 351d9e4c6e034b44a202f872ff3597115343cdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 10 May 2021 19:37:05 +0100 Subject: [PATCH] chore(ui): use bold font for counters --- ui/src/Styles/Components/FilterInputLabel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/Styles/Components/FilterInputLabel.scss b/ui/src/Styles/Components/FilterInputLabel.scss index c79ab8c8d..e50cc5532 100644 --- a/ui/src/Styles/Components/FilterInputLabel.scss +++ b/ui/src/Styles/Components/FilterInputLabel.scss @@ -26,6 +26,7 @@ .btn.components-filteredinputlabel > svg { /* match outer badge font size */ font-size: 100%; + font-weight: 600; /* we have badge inside a badge, make the inner one a little brighter in case both use same color classes */