mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
revert(toast): revert colors back to light
reverts part of https://github.com/ionic-team/ionic/commit/dfb4fe2134633a3f0334d2c77dfb0 c0931d8400d
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user