mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): update border radius to 8px
This commit is contained in:
@@ -34,7 +34,7 @@ $button-ios-padding-start: $button-ios-padding-end !def
|
||||
$button-ios-height: 2.8em !default;
|
||||
|
||||
/// @prop - Border radius of the button
|
||||
$button-ios-border-radius: 4px !default;
|
||||
$button-ios-border-radius: 8px !default;
|
||||
|
||||
/// @prop - Font size of the button text
|
||||
$button-ios-font-size: 16px !default;
|
||||
|
||||
Reference in New Issue
Block a user