mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Clip the label chips to their radius
This commit is contained in:
parent
197ae866a8
commit
a104486602
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ export function LabelChip(props: LabelChipProps): JSX.Element {
|
|||
padding: '4px 8px 4px 8px',
|
||||
whiteSpace: 'nowrap',
|
||||
cursor: 'pointer',
|
||||
backgroundClip: 'padding-box',
|
||||
border: `1px solid rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.7)`,
|
||||
backgroundColor: `rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.08)`,
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue