label padding

This commit is contained in:
Jackson Harper 2022-04-14 21:20:17 -07:00
parent 0e50ef1b56
commit 0db6bff308

View file

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