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 }) =>
|
||||
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)};
|
||||
|
||||
Reference in New Issue
Block a user