From 494308b379b7a67cbdf24be7e0040f7922410255 Mon Sep 17 00:00:00 2001 From: Pepe <94927052+PepeGonzale@users.noreply.github.com> Date: Sun, 10 Sep 2023 22:23:00 +0200 Subject: [PATCH] Fix design of 'sort' and 'filter' in 'People' and 'Companies' page (#1519) * Display 404 while person or company not found * Display 404 while person or company not found * Issue solved * Icon Size Adjustment, resize the icons used in filter and sort * Fixed issues * Icon Size Adjustment, resize the icons used in filter and sort --------- Co-authored-by: Charles Bochet --- front/src/modules/ui/view-bar/components/SortOrFilterChip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/modules/ui/view-bar/components/SortOrFilterChip.tsx b/front/src/modules/ui/view-bar/components/SortOrFilterChip.tsx index 7e6e400da..2f313dd74 100644 --- a/front/src/modules/ui/view-bar/components/SortOrFilterChip.tsx +++ b/front/src/modules/ui/view-bar/components/SortOrFilterChip.tsx @@ -67,7 +67,7 @@ function SortOrFilterChip({ {Icon && ( - + )} {labelKey && {labelKey}}