Is there a way to customize the color of the line in the typing area for the input component? I haven't been able to find any information on using Sass variables or another method to achieve this.
For reference, here is a Plunker example
<ion-item>
<ion-input type="password" placeholder="Password Input"></ion-input>
</ion-item>