Skip to content

Commit 3a9b679

Browse files
liamdebeasijthoms1
authored andcommitted
fix(button): show proper shade for activated button on ios (#17508)
fixes #17436
1 parent 2bdaadd commit 3a9b679

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/button/button.ios.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
--opacity: #{$button-ios-opacity-activated};
3535
}
3636

37+
:host(.button-solid.activated.ion-color) .button-native {
38+
background: current-color(shade);
39+
}
40+
3741
// iOS Outline Button
3842
// --------------------------------------------------
3943

0 commit comments

Comments
 (0)