Skip to content

Commit

Permalink
fix(Tag): cant set border color for primary closable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Dec 18, 2020
1 parent e3b7b22 commit 52c5c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tag/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ $tag-checkable-secondary-icon-color-selected-disabled: $color-white !default;
$tag-closable-primary-fill-text-color: $color-text1-3 !default;
/// border
/// @namespace statement/normal/bounding
$tag-closable-primary-fill-border-color: $color-fill1-3;
$tag-closable-primary-fill-border-color: $color-fill1-3 !default;
/// background
/// @namespace statement/normal/bounding
$tag-closable-primary-fill-bg-color: $color-fill1-3 !default;
Expand Down

0 comments on commit 52c5c99

Please sign in to comment.