fix(alert): use tint for md button active background (#16278)

This commit is contained in:
Cam Wiegert
2018-11-08 18:23:18 -06:00
committed by GitHub
parent 8e2a6ddd75
commit 0fec72255b

View File

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