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

Commit

Permalink
fix(toolbar): use accent color for buttons inside
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibby authored and ajoslin committed Dec 1, 2014
1 parent 5133f8e commit 12d458e
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 @@ -4,4 +4,8 @@ $toolbar-text-color: $primary-color-palette-contrast-color;
md-toolbar.md-#{$theme-name}-theme {
background-color: $toolbar-background-color;
color: $primary-color-palette-contrast-color;

.md-button {
color: $primary-color-palette-contrast-color;
}
}

0 comments on commit 12d458e

Please sign in to comment.