Skip to content

Commit

Permalink
chore: convert label color to use new theming system
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemai2awesome committed Sep 19, 2018
1 parent 02e3733 commit e1c42d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/bolt-share/src/share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ $bolt-share-opacity: 100, 80, 60, 40, 20;
.c-bolt-share__label {
@include bolt-font-size(xsmall);

color: inherit;
color: var(--bolt-theme-text, inherit);
color: bolt-theme(text);
opacity: 0.6;
}

Expand Down

0 comments on commit e1c42d2

Please sign in to comment.