From f574746b3729f2d90ab19c9c91877785a6b2131a Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 2 May 2024 16:37:03 +0200 Subject: [PATCH] fix ui: fixes for search bar buttons, filter spacing --- .../app/components/shared/Filters/FilterList/FilterList.tsx | 5 +++++ .../app/components/shared/MainSearchBar/MainSearchBar.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx index 9596556cf..766e41a7b 100644 --- a/frontend/app/components/shared/Filters/FilterList/FilterList.tsx +++ b/frontend/app/components/shared/Filters/FilterList/FilterList.tsx @@ -230,6 +230,10 @@ function FilterList(props: Props) {
FILTERS
{filters.map((filter: any, filterIndex: any) => !filter.isEvent ? ( +
+
) : null )} diff --git a/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx b/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx index 14916650e..bc2521b44 100644 --- a/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx +++ b/frontend/app/components/shared/MainSearchBar/MainSearchBar.tsx @@ -37,7 +37,7 @@ const MainSearchBar = (props: Props) => {
{isSaas ? : }
-
+