mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
label padding
This commit is contained in:
parent
0e50ef1b56
commit
0db6bff308
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue