Skip to content

Commit

Permalink
Updated the calculation of border color for solid type tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhayVAshokan committed Oct 10, 2024
1 parent 4309d1f commit 467b20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tag.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Tag = forwardRef(
.neeto-ui-tag--type-outline.neeto-ui-tag--color-${internalColor},
.neeto-ui-tag--type-solid.neeto-ui-tag--color-${internalColor} {
--neeto-ui-tag-bg-color: rgb(from ${color} r g b / 0.1);
--neeto-ui-tag-border-color: rgb(from ${color} r g b / 0.1);
}
.neeto-ui-tag--type-outline.neeto-ui-tag--color-${internalColor} {
--neeto-ui-tag-color: ${color};
Expand Down

0 comments on commit 467b20d

Please sign in to comment.