0
I need to change the color of the "X" icon linked to this input:
<ion-item>
<ion-input placeholder="Clear Input" clearInput></ion-input>
</ion-item>
So far, by the search I found something related property of the input below that has default color set:
$text-input-md-input-clear-icon-color
But so far I haven’t been able to change it. Someone’s been through it?
I tried yes. But it turns out that it only changes the color of the words entered in the input.
– Gabriel Silva