Skip to content

Commit

Permalink
fix(button): icon color initialized to current color (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinonov authored May 10, 2022
1 parent 1dd4407 commit 18e484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/src/vwc-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.leading-icon,
.trailing-icon {
// TODO remove next line when VIV-704 resolved
#{connotation.$vvd-color-connotation}: initial;
#{connotation.$vvd-color-connotation}: currentColor;
display: flex;
}

Expand Down

0 comments on commit 18e484e

Please sign in to comment.