fix(button): reduce iOS border radius (#16575)

This commit is contained in:
Cam Wiegert
2018-12-03 17:14:03 -06:00
committed by GitHub
parent 841375e5c8
commit b1e56bbed6

View File

@ -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;