From e4423247537cbcda174305ab9fdde4a57c50a88e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 22 Apr 2020 14:27:18 -0400 Subject: [PATCH] fix(action-sheet): show correct cancel button background on dark mode (#21084) fixes #21082 --- core/src/components/action-sheet/action-sheet.ios.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/action-sheet/action-sheet.ios.vars.scss b/core/src/components/action-sheet/action-sheet.ios.vars.scss index c7307e0178..137d19a260 100644 --- a/core/src/components/action-sheet/action-sheet.ios.vars.scss +++ b/core/src/components/action-sheet/action-sheet.ios.vars.scss @@ -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;