If you’re using ionic 5 and want to get rid this nauseating on-focus color, just set ion-label color css with important flag
ion-label{
color:red !important;
}
If you’re using ionic 5 and want to get rid this nauseating on-focus color, just set ion-label color css with important flag
ion-label{
color:red !important;
}