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, through the search I found something related to the property of the related input below that has default color defined:
$text-input-md-input-clear-icon-color
But so far I have not been able to change it. Has anyone gone through this?