Fix: Icon position alignment right to left in chip (#5330)
Fixes #5298 
This commit is contained in:
@ -51,7 +51,6 @@ const StyledContainer = styled.div<
|
|||||||
cursor: ${({ clickable, disabled }) =>
|
cursor: ${({ clickable, disabled }) =>
|
||||||
clickable ? 'pointer' : disabled ? 'not-allowed' : 'inherit'};
|
clickable ? 'pointer' : disabled ? 'not-allowed' : 'inherit'};
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row-reverse;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: ${({ theme }) => theme.spacing(1)};
|
gap: ${({ theme }) => theme.spacing(1)};
|
||||||
height: ${({ theme }) => theme.spacing(3)};
|
height: ${({ theme }) => theme.spacing(3)};
|
||||||
|
|||||||
Reference in New Issue
Block a user