Fix: Icon position alignment right to left in chip (#5330)

Fixes #5298 


![image](https://github.com/twentyhq/twenty/assets/52026385/6cfcc380-bdd1-4d7b-a0c7-58434d610ace)
This commit is contained in:
Jeet Desai
2024-05-08 00:22:25 +05:30
committed by GitHub
parent 7c3e82870c
commit 6edecf72a0

View File

@ -51,7 +51,6 @@ const StyledContainer = styled.div<
cursor: ${({ clickable, disabled }) =>
clickable ? 'pointer' : disabled ? 'not-allowed' : 'inherit'};
display: inline-flex;
flex-direction: row-reverse;
justify-content: center;
gap: ${({ theme }) => theme.spacing(1)};
height: ${({ theme }) => theme.spacing(3)};