committed by
GitHub
parent
8479205c2a
commit
5969f1cdd4
@ -64,6 +64,7 @@ const StyledContainer = styled.div<Partial<OwnProps>>`
|
||||
? 'pointer'
|
||||
: 'inherit'};
|
||||
display: inline-flex;
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
|
||||
height: ${({ size }) => (size === ChipSize.Large ? '16px' : '12px')};
|
||||
|
||||
Reference in New Issue
Block a user