Skip to content

Commit

Permalink
fix: Fix icon color in Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
remydenton committed Sep 25, 2018
1 parent 3ad30f6 commit b860c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/bolt-icon/src/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bolt-icon {
box-sizing: border-box;
z-index: bolt-z-index('content');
color: currentColor;
color: var(--bolt-theme-icon, currentColor);
color: var(--bolt-theme-icon, inherit);
pointer-events: none;
}

Expand Down

0 comments on commit b860c41

Please sign in to comment.