From ca2ef5eac011a2b9341b44472298e39508f3db30 Mon Sep 17 00:00:00 2001 From: Ross Gerbasi Date: Fri, 16 Feb 2018 12:34:00 -0600 Subject: [PATCH] fix(components): update translucent border alpha --- .../core/src/components/action-sheet/action-sheet.ios.vars.scss | 2 +- packages/core/src/components/alert/alert.ios.vars.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/components/action-sheet/action-sheet.ios.vars.scss b/packages/core/src/components/action-sheet/action-sheet.ios.vars.scss index 299d4e9c18..dd6fa5cda8 100644 --- a/packages/core/src/components/action-sheet/action-sheet.ios.vars.scss +++ b/packages/core/src/components/action-sheet/action-sheet.ios.vars.scss @@ -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: ion-color-alpha($text-ios-color-value, text-ios-color, $alpha-ios-lowest) !default; +$action-sheet-ios-button-border-color: ion-color-alpha($text-ios-color-value, text-ios-color, $alpha-ios-low) !default; /// @prop - Background color of the action sheet button $action-sheet-ios-button-background: transparent !default; diff --git a/packages/core/src/components/alert/alert.ios.vars.scss b/packages/core/src/components/alert/alert.ios.vars.scss index 5ea03439f1..2227edb97a 100644 --- a/packages/core/src/components/alert/alert.ios.vars.scss +++ b/packages/core/src/components/alert/alert.ios.vars.scss @@ -156,7 +156,7 @@ $alert-ios-button-border-width: $hairlines-width !default; $alert-ios-button-border-style: solid !default; /// @prop - Border color of the alert button -$alert-ios-button-border-color: ion-color-alpha($text-ios-color-value, text-ios-color, $alpha-ios-lowest) !default; +$alert-ios-button-border-color: ion-color-alpha($text-ios-color-value, text-ios-color, $alpha-ios-low) !default; /// @prop - Border radius of the alert button $alert-ios-button-border-radius: 0 !default;