Skip to content

Commit

Permalink
fix(tag): fix required variant hover state value typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Oct 20, 2023
1 parent c820280 commit b9fe668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/tag/tag.less
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
--_ta-bc-selected: var(--theme-tag-required-selected-border-color, transparent);
// Background color
--_ta-bg: var(--theme-tag-required-background-color, var(--theme-secondary-500));
--_ta-bg-hover: var(--theme-tag-required-hover-background-color var(--theme-secondary-400));
--_ta-bg-hover: var(--theme-tag-required-hover-background-color, var(--theme-secondary-400));
--_ta-bg-selected: var(--theme-tag-required-selected-background-color, var(--theme-secondary-600));
// Color
--_ta-fc: var(--theme-tag-required-color, var(--white));
Expand Down

0 comments on commit b9fe668

Please sign in to comment.