Using this code i get a margin between the icon and input and i cant find a way to get rid of it.
I cant find it in the inspector either.
<ion-item>
<ion-icon item-start name="icon"></ion-icon>
<ion-input type="text" placeholder="asdasda"></ion-input>
</ion-item>