Skip to content

Commit

Permalink
feat(Theme): md toolbar dark theme
Browse files Browse the repository at this point in the history
Changing text default color on toolbar for Material Design dark theme
  • Loading branch information
matheusrocha89 committed Feb 11, 2016
1 parent 3dbd9a9 commit 7eb7952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/themes/dark.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $outer-content-md-background-color: $background-color !default;

$toolbar-md-background: $toolbar-background !default;
$toolbar-md-border-color: $toolbar-border-color !default;
$toolbar-md-text-color: #424242 !default;
$toolbar-md-text-color: #fff !default;
$toolbar-md-active-color: $toolbar-active-color !default;
$toolbar-md-inactive-color: $toolbar-inactive-color !default;
$toolbar-md-button-color: #424242 !default;
Expand Down

0 comments on commit 7eb7952

Please sign in to comment.