Skip to content

Commit

Permalink
added left padding in filter chip (#7800)
Browse files Browse the repository at this point in the history
Fixes: #7779

---------

Co-authored-by: Shashank Suman <[email protected]>
  • Loading branch information
SShanks451 and Shashank Suman authored Oct 17, 2024
1 parent fad1363 commit c0e6fb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0e6fb6

Please sign in to comment.