Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(icons): fix default icon color to match spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler authored and ThomasBurleson committed Apr 1, 2015
1 parent 652b60c commit 6fc26fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/icon/icon-theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
md-icon.md-THEME_NAME-theme {
color: '{{foreground-2}}';

&.md-primary {
color: '{{primary-color}}';
Expand Down

1 comment on commit 6fc26fa

@ThomasBurleson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robertbaker - please open a new issue regarding themed icons colors on dark backgrounds.

I think the short answer is that it is easy to override the icon colors. I will update to show this.

Please sign in to comment.