added left padding in filter chip (#7800)

Fixes: #7779

---------

Co-authored-by: Shashank Suman <shashanksuman@Shashanks-MacBook-Air.local>
This commit is contained in:
Shashank Suman
2024-10-17 21:36:44 +02:00
committed by GitHub
co-authored by Shashank Suman
parent fad1363095
commit c0e6fb6fdb
@@ -40,6 +40,7 @@ const StyledChip = styled.div<{ variant: SortOrFitlerChipVariant }>`
font-size: ${({ theme }) => theme.font.size.sm};
font-weight: ${({ theme }) => theme.font.weight.medium};
padding: ${({ theme }) => theme.spacing(0.5) + ' ' + theme.spacing(2)};
margin-left: ${({ theme }) => theme.spacing(2)};
user-select: none;
white-space: nowrap;