fix(back-button): use correct color for ios back button

closes #14177
This commit is contained in:
Brandy Carney
2018-03-20 11:41:15 -04:00
parent f16a9672b4
commit b82c38202f

View File

@ -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;