From cde81e910f0dbc5a67e30cfe855f1e1166db5027 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 19 Oct 2015 13:13:39 -0400 Subject: [PATCH] fix(actionSheet): fix desctructive variable --- ionic/components/action-sheet/modes/ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/action-sheet/modes/ios.scss b/ionic/components/action-sheet/modes/ios.scss index b01790a589..3d625e24dc 100644 --- a/ionic/components/action-sheet/modes/ios.scss +++ b/ionic/components/action-sheet/modes/ios.scss @@ -17,7 +17,7 @@ $action-sheet-ios-button-text-color: #007aff !default; $action-sheet-ios-button-font-size: 2rem !default; $action-sheet-ios-background-active-color: #e9e9e9 !default; -$action-sheet-ios-destructive-button-text-color: #f53d3d; +$action-sheet-ios-destructive-button-text-color: #f53d3d !default; $action-sheet-ios-icon-font-size: 1.4em !default;