Tighten padding on label chips

This commit is contained in:
Jackson Harper 2022-04-14 21:15:53 -07:00
parent d56e3147df
commit 0e50ef1b56

View file

@ -32,7 +32,7 @@ export function LabelChip(props: LabelChipProps): JSX.Element {
color: props.color,
fontSize: '12px',
fontWeight: 'bold',
padding: '4px 8px 4px 8px',
padding: '1px 7px 1px 7px',
whiteSpace: 'nowrap',
cursor: 'pointer',
backgroundClip: 'padding-box',