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-18 01:06:44 +05:30 committed by GitHub
parent fad1363095
commit c0e6fb6fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;