From 9c8c6507fcbdff3ad4e958891a9e9a3a389976d8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 4 Dec 2018 15:59:36 -0500 Subject: [PATCH] fix(theming): update ios design for button and card (#16586) --- core/src/components/button/button.ios.vars.scss | 2 +- core/src/components/card/card.ios.vars.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/components/button/button.ios.vars.scss b/core/src/components/button/button.ios.vars.scss index e5e1f2f878..9ed8c2cc8b 100644 --- a/core/src/components/button/button.ios.vars.scss +++ b/core/src/components/button/button.ios.vars.scss @@ -108,7 +108,7 @@ $button-ios-small-padding-start: $button-ios-small-padding- $button-ios-small-height: 2.1em !default; /// @prop - Border radius of the small button -$button-ios-small-border-radius: 8px !default; +$button-ios-small-border-radius: 6px !default; /// @prop - Font size of the small button $button-ios-small-font-size: 13px !default; diff --git a/core/src/components/card/card.ios.vars.scss b/core/src/components/card/card.ios.vars.scss index 9cedf2e425..27fb5a9e0b 100755 --- a/core/src/components/card/card.ios.vars.scss +++ b/core/src/components/card/card.ios.vars.scss @@ -4,16 +4,16 @@ // -------------------------------------------------- /// @prop - Margin top of the card -$card-ios-margin-top: 30px !default; +$card-ios-margin-top: 24px !default; /// @prop - Margin end of the card -$card-ios-margin-end: 20px !default; +$card-ios-margin-end: 16px !default; /// @prop - Margin bottom of the card -$card-ios-margin-bottom: 30px !default; +$card-ios-margin-bottom: $card-ios-margin-top !default; /// @prop - Margin start of the card -$card-ios-margin-start: 20px !default; +$card-ios-margin-start: 16px !default; /// @prop - Background color of the card $card-ios-background-color: $item-ios-background !default;