Skip to content

Commit

Permalink
Modal close button
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Jan 28, 2024
1 parent 8eb4c6a commit fa2aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/modal/modal.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ion-title>

<ion-buttons slot="end">
<ion-button color="primary" (click)="dismiss()">Close</ion-button>
<ion-button color="primary" shape="round" (click)="dismiss()"><ion-icon slot="icon-only" name="close-circle" size="large"></ion-icon></ion-button>
</ion-buttons>
</ion-toolbar>
</ion-header>
Expand Down

0 comments on commit fa2aa66

Please sign in to comment.