fix(button): update border radius to 8px

This commit is contained in:
Brandy Carney
2018-02-22 12:48:04 -05:00
parent 8de0797f24
commit a3fe5d9221

View File

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