@rashidi wrote:
how to change background color in shadow-root in ion-segment-button in shadow-root in ion-segment-button checked in mod ios in ionic 5?
this always white.
I changed property color=“success” but not work.<ion-segment (ionChange)="segmentChanged($event)" mode="ios" color="success" #daySegment> <ion-segment-button value="0" mode="ios" color="success"> <ion-label>{{ 'TODAY' | translate }}</ion-label> </ion-segment-button> <ion-segment-button value="1" mode="ios" color="success"> <ion-label>{{ 'TOMORROW' | translate }}</ion-label> </ion-segment-button> <ion-segment-button value="2" mode="ios" color="success"> <ion-label>{{ 'DAY_AFTER_TOMORROW' | translate }}</ion-label> </ion-segment-button> </ion-segment>
Posts: 1
Participants: 1