File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
core/src/components/segment-button Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4747// Segment Button Label
4848// --------------------------------------------------
4949
50- ::slotted(ion-label) {
50+ ::slotted(ion-label),
51+ ::slotted(ion-text) {
5152 @include globals .typography (globals .$ion-body-action-sm );
5253
5354 color : var (--color );
6768// --------------------------------------------------
6869
6970:host (.segment-button-checked ) ::slotted(ion-label),
71+ :host (.segment-button-checked ) ::slotted(ion-text),
7072:host (.segment-button-checked ) ::slotted(ion-icon) {
7173 color : var (--color-checked );
7274}
7577// --------------------------------------------------
7678
7779:host (.segment-button-disabled ) ::slotted(ion-label),
80+ :host (.segment-button-disabled ) ::slotted(ion-text),
7881:host (.segment-button-disabled ) ::slotted(ion-icon) {
7982 color : var (--color-disabled );
8083}
You can’t perform that action at this time.
0 commit comments