From d53595eb1629e0d60f7e832414e84c544e184346 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 11 Mar 2020 11:52:01 -0400 Subject: [PATCH] fix(item): apply proper margin left for slotted icon in RTL (#20684) fixes #20653 --- core/src/components/item/item.ios.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item/item.ios.vars.scss b/core/src/components/item/item.ios.vars.scss index d8a8fb053a..a798da6317 100644 --- a/core/src/components/item/item.ios.vars.scss +++ b/core/src/components/item/item.ios.vars.scss @@ -113,7 +113,7 @@ $item-ios-icon-slot-margin-end: null !default; $item-ios-icon-slot-margin-bottom: 7px !default; /// @prop - Margin start for an icon in the start/end slot -$item-ios-icon-slot-margin-start: 0 !default; +$item-ios-icon-slot-margin-start: null !default; /// @prop - Margin top for the end slot inside of a floating/stacked label $item-ios-label-slot-end-margin-top: 7px !default;