Skip to content

Commit

Permalink
Merge pull request #4160 from webkom/tag-bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
norbye committed Oct 3, 2023
2 parents 5a8f418 + 579c579 commit e72684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Tags/Tag.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
min(calc((var(--perceived-lightness) - var(--border-threshold)) * 100), 1)
);

display: flex;
display: inline-flex;
color: hsl(0deg, 0%, calc(var(--lightness-switch) * 100%));
background: rgb(var(--label-r), var(--label-g), var(--label-b));
border-color: hsla(
Expand Down

0 comments on commit e72684f

Please sign in to comment.