Hi All,
Is it just me but is anyone finding the input styling for Ionic 4 PWA especially for fixed labels looks weird? The text just seems a bit off?
<ion-item color="light">
<ion-label>Fixed Label</ion-label>
<ion-input placeholder="Type name..."></ion-input>
</ion-item>

