mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(checkbox): align vertically (#16331)
This commit is contained in:
@ -14,7 +14,7 @@ $checkbox-ios-background-color-on: ion-color(primary, base) !default;
|
||||
$checkbox-ios-background-color-focused: ion-color(primary, tint) !default;
|
||||
|
||||
/// @prop - Size of the checkbox icon
|
||||
$checkbox-ios-icon-size: 24px !default;
|
||||
$checkbox-ios-icon-size: 26px !default;
|
||||
|
||||
/// @prop - Border color of the checkbox icon when off
|
||||
$checkbox-ios-icon-border-color-off: $item-ios-border-color !default;
|
||||
|
||||
Reference in New Issue
Block a user