fix(item): ios mode has correct padding (#26511)

This commit is contained in:
Liam DeBeasi
2023-01-04 16:54:43 -05:00
committed by GitHub
parent 2a9fed64e9
commit 96147ec1b0
648 changed files with 21 additions and 9 deletions

View File

@ -68,7 +68,7 @@ $toggle-ios-item-start-padding-start: 0 !default;
$toggle-ios-item-end-padding-top: 6px !default;
/// @prop - Padding end of the toggle positioned on the end in an item
$toggle-ios-item-end-padding-end: ($item-ios-padding-end * 0.5) !default;
$toggle-ios-item-end-padding-end: 0 !default;
/// @prop - Padding bottom of the toggle positioned on the end in an item
$toggle-ios-item-end-padding-bottom: 5px !default;
@ -77,4 +77,4 @@ $toggle-ios-item-end-padding-bottom: 5px !default;
$toggle-ios-item-end-padding-start: $item-ios-padding-start !default;
/// @prop - The text color of the on/off labels when the toggle is checked
$toggle-ios-on-off-label-checked-color: #fff !default;
$toggle-ios-on-off-label-checked-color: #fff !default;