fix(button): show proper shade for activated button on ios (#17508)

fixes #17436
This commit is contained in:
Liam DeBeasi
2019-02-20 10:08:03 -05:00
committed by Brandy Carney
parent 4d56dfe2ee
commit 89a908bd6f

View File

@ -34,6 +34,10 @@
--opacity: #{$button-ios-opacity-activated}; --opacity: #{$button-ios-opacity-activated};
} }
:host(.button-solid.activated.ion-color) .button-native {
background: current-color(shade);
}
// iOS Outline Button // iOS Outline Button
// -------------------------------------------------- // --------------------------------------------------