From 78e47f513b453b82c21e873f42100079a8208b93 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 20 Mar 2023 10:03:18 -0700 Subject: [PATCH] Add style for filter button with filters active --- components/FilterBar/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index 40c74006..b8bde51e 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -40,6 +40,11 @@ } .Button.Filter.Blended { + &.FiltersActive .Accessory svg { + fill: var(--accent-blue); + stroke: none; + } + &:hover { background: var(--button-bg); }