fix(action-sheet): show correct cancel button background on dark mode (#21084)

fixes #21082
This commit is contained in:
Liam DeBeasi
2020-04-22 14:27:18 -04:00
committed by GitHub
parent 57b2a6b0cc
commit e442324753

View File

@ -121,7 +121,7 @@ $action-sheet-ios-button-background: linear-gradien
$action-sheet-ios-button-background-activated: $text-color !default;
/// @prop - Background color of the selected action sheet button
$action-sheet-ios-button-background-selected: $background-color !default;
$action-sheet-ios-button-background-selected: var(--ion-color-step-150, $background-color) !default;
/// @prop - Destructive text color of the action sheet button
$action-sheet-ios-button-destructive-text-color: ion-color(danger, base) !default;