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
(cherry picked from commit 5ad6570)
  • Loading branch information
Richienb authored and abhiomkar committed Apr 8, 2019
1 parent e9b7cca commit 13326b6
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 13326b6

Please sign in to comment.