Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230993

Change color of floating label when focused

$
0
0

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;
}

Viewing all articles
Browse latest Browse all 230993

Trending Articles