Skip to content

Commit 64758fe

Browse files
- guarantee that every child of segment-button has color: primary-color when checked;
1 parent 68b6694 commit 64758fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/segment-button/segment-button.ionic.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
// --------------------------------------------------
6868

6969
:host(.segment-button-checked) ::slotted(ion-label),
70-
:host(.segment-button-checked) ::slotted(ion-icon) {
70+
:host(.segment-button-checked) ::slotted(ion-icon),
71+
:host(.segment-button-checked) ::slotted(*) {
7172
color: var(--color-checked);
7273
}
7374

0 commit comments

Comments
 (0)