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