From 0fec72255bb99611cfe67ea70152400ec7f8b762 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 8 Nov 2018 18:23:18 -0600 Subject: [PATCH] fix(alert): use tint for md button active background (#16278) --- core/src/components/alert/alert.md.vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/alert/alert.md.vars.scss b/core/src/components/alert/alert.md.vars.scss index 4e74971d37..75cc4fcee3 100644 --- a/core/src/components/alert/alert.md.vars.scss +++ b/core/src/components/alert/alert.md.vars.scss @@ -158,7 +158,7 @@ $alert-md-button-text-color: ion-color(primary, base) !default; $alert-md-button-background-color: transparent !default; /// @prop - Background color of the alert activated button -$alert-md-button-background-color-activated: $background-color-step-400 !default; +$alert-md-button-background-color-activated: ion-color(primary, base, .04) !default; /// @prop - Border radius of the alert button $alert-md-button-border-radius: 2px !default;