mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(button): reduce iOS border radius (#16575)
This commit is contained in:
@ -31,7 +31,7 @@ $button-ios-padding-start: $button-ios-padding-end !d
|
|||||||
$button-ios-height: 2.8em !default;
|
$button-ios-height: 2.8em !default;
|
||||||
|
|
||||||
/// @prop - Border radius of the button
|
/// @prop - Border radius of the button
|
||||||
$button-ios-border-radius: 12px !default;
|
$button-ios-border-radius: 10px !default;
|
||||||
|
|
||||||
/// @prop - Font size of the button text
|
/// @prop - Font size of the button text
|
||||||
$button-ios-font-size: 16px !default;
|
$button-ios-font-size: 16px !default;
|
||||||
@ -83,7 +83,7 @@ $button-ios-large-padding-start: $button-ios-large-padding-
|
|||||||
$button-ios-large-height: 2.8em !default;
|
$button-ios-large-height: 2.8em !default;
|
||||||
|
|
||||||
/// @prop - Border radius of the large button
|
/// @prop - Border radius of the large button
|
||||||
$button-ios-large-border-radius: 14px !default;
|
$button-ios-large-border-radius: 12px !default;
|
||||||
|
|
||||||
/// @prop - Font size of the large button
|
/// @prop - Font size of the large button
|
||||||
$button-ios-large-font-size: 20px !default;
|
$button-ios-large-font-size: 20px !default;
|
||||||
|
Reference in New Issue
Block a user