font weight to medium #1208 (#1228)

font weight to medium
This commit is contained in:
Manikanta cheepurupalli
2023-08-17 00:35:03 +05:30
committed by GitHub
parent 8479205c2a
commit 5969f1cdd4

View File

@ -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')};