From 002c5c3ae8f6acaa66621bde9999e8ccf101d01d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 15 Feb 2019 11:41:39 -0500 Subject: [PATCH] fix(button): activated button on ios shows proper shade --- core/src/components/button/button.ios.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/components/button/button.ios.scss b/core/src/components/button/button.ios.scss index fe755155ee7..19d5876fa4d 100644 --- a/core/src/components/button/button.ios.scss +++ b/core/src/components/button/button.ios.scss @@ -34,6 +34,10 @@ --opacity: #{$button-ios-opacity-activated}; } +:host(.button-solid.activated.ion-color) .button-native { + background: current-color(shade); +} + // iOS Outline Button // --------------------------------------------------