mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(item): ios mode has correct padding (#26511)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user