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:
@ -67,7 +67,7 @@ function SortOrFilterChip({
|
|||||||
<StyledChip isSort={isSort}>
|
<StyledChip isSort={isSort}>
|
||||||
{Icon && (
|
{Icon && (
|
||||||
<StyledIcon>
|
<StyledIcon>
|
||||||
<Icon size={theme.icon.size.md} />
|
<Icon size={theme.icon.size.sm} />
|
||||||
</StyledIcon>
|
</StyledIcon>
|
||||||
)}
|
)}
|
||||||
{labelKey && <StyledLabelKey>{labelKey}</StyledLabelKey>}
|
{labelKey && <StyledLabelKey>{labelKey}</StyledLabelKey>}
|
||||||
|
|||||||
Reference in New Issue
Block a user