Skip to content

Commit

Permalink
fix(toolbar): apply the warn color, accent color
Browse files Browse the repository at this point in the history
  Closes angular#6447
  • Loading branch information
jean-alain-re authored and ErinCoughlan committed Feb 9, 2016
1 parent 35ac2bb commit 3f8e268
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/toolbar/toolbar-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) {
color: '{{primary-contrast}}';
}

.md-button:not(.md-raised) {
color: '{{primary-contrast}}';
}

&.md-accent {
background-color: '{{accent-color}}';
color: '{{accent-contrast}}';
Expand Down

0 comments on commit 3f8e268

Please sign in to comment.