revert(toast): revert colors back to light

reverts part of
https://github.com/ionic-team/ionic/commit/dfb4fe2134633a3f0334d2c77dfb0
c0931d8400d
This commit is contained in:
Brandy Carney
2018-02-12 09:59:51 -05:00
parent d83d8eed12
commit 1fa1defcae

View File

@ -7,7 +7,7 @@
$toast-ios-font-family: $font-family-ios-base !default;
/// @prop - Background Color of the toast wrapper
$toast-ios-background-color: $text-ios-color-step-50 !default;
$toast-ios-background-color: $background-ios-color-step-50 !default;
/// @prop - Background Color of the toast wrapper when translucent
$toast-ios-translucent-background-color: ion-color-alpha($background-ios-color-value, background-ios-color, $alpha-ios-high) !default;
@ -16,7 +16,7 @@ $toast-ios-translucent-background-color: ion-color-alpha($background-io
$toast-ios-border-radius: 14px !default;
/// @prop - Color of the toast title
$toast-ios-title-color: $background-ios-color-step-150 !default;
$toast-ios-title-color: $text-ios-color-step-150 !default;
/// @prop - Font size of the toast title
$toast-ios-title-font-size: 14px !default;