Update the font and background colour on label chips

This commit is contained in:
Jackson Harper 2022-03-30 09:45:07 -07:00
parent 11db7be473
commit 72e68b2b5a

View file

@ -21,9 +21,11 @@ export function LabelChip(props: LabelChipProps): JSX.Element {
margin: '4px',
borderRadius: '32px',
color: props.color,
fontSize: '12px',
fontWeight: 'bold',
padding: '4px 8px 4px 8px',
border: `1px solid rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.40)`,
backgroundColor: `rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.20)`,
backgroundColor: `rgba(${color[0]}, ${color[1]}, ${color[2]}, 0.08)`,
}}
>
{props.text}