Skip to content

Commit

Permalink
fix(action-sheet): update padding on title to match native
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 21, 2018
1 parent 371fc19 commit f0a40fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/action-sheet/action-sheet.ios.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f0a40fa

Please sign in to comment.