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

Commit

Permalink
fix(toolbar): sets icon color to primary contrast color within toolbars
Browse files Browse the repository at this point in the history
Closes #2622
  • Loading branch information
Robert Messerle committed Apr 30, 2015
1 parent 1fcb79a commit 8ea0dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/toolbar/toolbar-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ md-toolbar.md-THEME_NAME-theme {
background-color: '{{primary-color}}';
color: '{{primary-contrast}}';

md-icon {
color: '{{primary-contrast}}';
}

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

2 comments on commit 8ea0dc1

@hodeyp
Copy link

@hodeyp hodeyp commented on 8ea0dc1 Apr 30, 2015

Choose a reason for hiding this comment

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

@robertmesserle I cannot longer use md-warn and md-accent on toolbar icons after this change

@robertmesserle
Copy link
Contributor

@robertmesserle robertmesserle commented on 8ea0dc1 Apr 30, 2015 via email

Choose a reason for hiding this comment

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

Please sign in to comment.