44// --------------------------------------------------
55
66/// @prop - Background of the toast
7- $toast-md-background : $background- color-step -800 ;
7+ $toast-md-background : var ( --ion- color-gray -800) ;
88
99/// @prop - Box shadow of the toast
1010$toast-md-box-shadow : 0 3px 5px -1px rgba (0 , 0 , 0 , 0.2 ), 0 6px 10px 0 rgba (0 , 0 , 0 , 0.14 ),
@@ -14,7 +14,7 @@ $toast-md-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0,
1414$toast-md-font-size : dynamic-font (14px );
1515
1616/// @prop - Color of the toast
17- $toast-md-color : $text- color-step-950 ;
17+ $toast-md-color : var ( --ion- color-gray-50 ) ;
1818
1919/// @prop - Border radius of the toast wrapper
2020$toast-md-border-radius : 4px ;
@@ -77,7 +77,7 @@ $toast-md-button-opacity-hover: 0.08;
7777$toast-md-button-background-color-hover : ion-color (primary , base , $toast-md-button-opacity-hover );
7878
7979/// @prop - Text color of the cancel toast button
80- $toast-md-button-cancel-text-color : $text- color-step-900 ;
80+ $toast-md-button-cancel-text-color : var ( --ion- color-gray-100 ) ;
8181
8282/// @prop - Background color of the cancel toast button on hover
8383$toast-md-button-cancel-background-color-hover : rgba ($background-color-rgb , $toast-md-button-opacity-hover );
0 commit comments