From f08d52a0985313972373279c4279a072bea9bffe Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 17 Dec 2022 09:07:09 +0100 Subject: [PATCH] Fixes #209 --- web/components/filter.tsx | 8 +++++--- web/styles/filter_box.scss | 6 ++++-- web/styles/main.scss | 2 ++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/web/components/filter.tsx b/web/components/filter.tsx index 00b3d0f..95a7f6b 100644 --- a/web/components/filter.tsx +++ b/web/components/filter.tsx @@ -209,9 +209,11 @@ export function FilterList({ onSelect(option); }} > - - {Icon && } - + {Icon && ( + + + + )}