Skip to content

Commit

Permalink
fix(back-button): use correct color for ios back button
Browse files Browse the repository at this point in the history
closes #14177
  • Loading branch information
brandyscarney committed Mar 20, 2018
1 parent f16a967 commit b82c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/back-button/back-button.ios.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
$back-button-ios-button-z-index: $z-index-toolbar-buttons !default;

/// @prop - Text color of the back button
$back-button-ios-color: $toolbar-ios-text-color !default;
$back-button-ios-color: ion-color($colors-ios, primary, base, ios) !default;

0 comments on commit b82c382

Please sign in to comment.