I am trying to make a button transparent, it supposedly looks like this
instead, it looks like this. With the gray background behind the icon
this is the html code
<button ion-button clear [routerLink]="['/edit-appointment/', booking.$key]">
<ion-icon name="create" style="zoom:2.0"></ion-icon>
</button>
<button ion-button clear (click)="deleteBooking(booking.$key)">
<ion-icon name="trash" style="zoom:2.0"></ion-icon>
</button>
Does anyone know how to make the icon clear?