diff --git a/components/button/src/vwc-button.scss b/components/button/src/vwc-button.scss index ab10f3816..0bbc17efa 100644 --- a/components/button/src/vwc-button.scss +++ b/components/button/src/vwc-button.scss @@ -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; }