Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(tab): Fix tab icon color mixin to support SVG icons. (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored and abhiomkar committed Mar 27, 2019
1 parent c42e2e2 commit 5ad6570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mdc-tab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
@mixin mdc-tab-icon-color($color) {
.mdc-tab__icon {
@include mdc-theme-prop(color, $color);

fill: currentColor;
}
}

Expand Down

0 comments on commit 5ad6570

Please sign in to comment.