From f0a40fabb991ebe0f2187766f03cad24a632568d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 21 Mar 2018 13:50:53 -0400 Subject: [PATCH] fix(action-sheet): update padding on title to match native --- core/src/components/action-sheet/action-sheet.ios.vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0c8d68a798..9d1ad6d41d 100644 --- a/core/src/components/action-sheet/action-sheet.ios.vars.scss +++ b/core/src/components/action-sheet/action-sheet.ios.vars.scss @@ -37,13 +37,13 @@ $action-sheet-ios-translucent-background-color: css-var($background-ios- $action-sheet-ios-border-radius: 13px !default; /// @prop - Padding top of the action sheet title -$action-sheet-ios-title-padding-top: 15px !default; +$action-sheet-ios-title-padding-top: 14px !default; /// @prop - Padding end of the action sheet title $action-sheet-ios-title-padding-end: $action-sheet-ios-title-padding-top !default; /// @prop - Padding bottom of the action sheet title -$action-sheet-ios-title-padding-bottom: $action-sheet-ios-title-padding-top !default; +$action-sheet-ios-title-padding-bottom: 13px !default; /// @prop - Padding start of the action sheet title $action-sheet-ios-title-padding-start: $action-sheet-ios-title-padding-end !default;