From 1fa1defcae745508916f669be5ad3a1add597e12 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 12 Feb 2018 09:59:51 -0500 Subject: [PATCH] revert(toast): revert colors back to light reverts part of https://github.com/ionic-team/ionic/commit/dfb4fe2134633a3f0334d2c77dfb0 c0931d8400d --- packages/core/src/components/toast/toast.ios.vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/components/toast/toast.ios.vars.scss b/packages/core/src/components/toast/toast.ios.vars.scss index 3c9361fb9f..6abc2b0cd4 100644 --- a/packages/core/src/components/toast/toast.ios.vars.scss +++ b/packages/core/src/components/toast/toast.ios.vars.scss @@ -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;