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 <charlesBochet@users.noreply.github.com>
This commit is contained in:
Pepe
2023-09-10 22:23:00 +02:00
committed by GitHub
parent b0ae670ec4
commit 494308b379

View File

@ -67,7 +67,7 @@ function SortOrFilterChip({
<StyledChip isSort={isSort}>
{Icon && (
<StyledIcon>
<Icon size={theme.icon.size.md} />
<Icon size={theme.icon.size.sm} />
</StyledIcon>
)}
{labelKey && <StyledLabelKey>{labelKey}</StyledLabelKey>}