Skip to content

Commit

Permalink
Label pill styling update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Jan 26, 2024
1 parent ccc5db1 commit 72bf24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LabelPill.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const LabelPill = ({ color, name, ...props }) => {
return (
<Pill
css={{
backgroundColor: color,
backgroundColor: `${color}1A`,
borderColor: color,
color: getTextColor(color),
color: '$textDark', // getTextColor(color),
}}
{...props}
>
Expand Down

0 comments on commit 72bf24b

Please sign in to comment.