<form #loginForm="ngForm" novalidate>
<ion-list>
<ion-item>
<ion-label color="primary" stacked>Contact No</ion-label>
<ion-input color="primary" placeholder="Contact No" [(ngModel)]="login.phone" name="phone" type="number" #phone="ngModel"
spellcheck="false" autocapitalize="off" required>
</ion-input>
</ion-item>
<div padding>
<button ion-button round color="primary" (click)="onLogin(loginForm)" block> Get OTP</button>
<button margin-top ion-button round color="primary" (click)="onSignup()" block>Sign Up</button>
</div>
</ion-list>
</form>
i deleted theme folder.
Still getting black ION-List if I remove ION-LIST then my font become white. so cant able to see input.