fix(action-sheet): use correct border color

This commit is contained in:
Brandy Carney
2018-02-13 13:18:15 -05:00
parent d4059ead58
commit 17f9a3462a

View File

@@ -64,7 +64,7 @@ $action-sheet-ios-title-border-width: $hairlines-width !defaul
$action-sheet-ios-title-border-style: solid !default;
/// @prop - Border color of the action sheet title
$action-sheet-ios-title-border-color: $background-ios-color-step-50 !default;
$action-sheet-ios-title-border-color: $background-ios-color-step-150 !default;
/// @prop - Font size of the action sheet sub title
$action-sheet-ios-sub-title-font-size: 12px !default;
@@ -112,7 +112,7 @@ $action-sheet-ios-button-border-width: $hairlines-width !defaul
$action-sheet-ios-button-border-style: solid !default;
/// @prop - Border color of the action sheet button
$action-sheet-ios-button-border-color: $background-ios-color-step-50 !default;
$action-sheet-ios-button-border-color: $background-ios-color-step-150 !default;
/// @prop - Background color of the action sheet button
$action-sheet-ios-button-background: transparent !default;