From d4032ea816e7e057a71ae748a7eb934ccecf7104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 26 Mar 2019 22:03:21 -0700 Subject: [PATCH] fix(ui): only set custom colors on filters that are applied --- ui/src/Components/Labels/FilterInputLabel/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index db41f6050..ab1f05a5a 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -66,7 +66,7 @@ const FilterInputLabel = observer( return ( {filter.isValid ? ( filter.applied ? ( @@ -98,7 +98,7 @@ const FilterInputLabel = observer(