mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
added left padding in filter chip (#7800)
Fixes: #7779 --------- Co-authored-by: Shashank Suman <shashanksuman@Shashanks-MacBook-Air.local>
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user