added left padding in filter chip (#7800)
Fixes: #7779 --------- Co-authored-by: Shashank Suman <shashanksuman@Shashanks-MacBook-Air.local>
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user