buttons: save is first, cancel is second

This commit is contained in:
Eudes Inácio
2023-08-23 13:34:03 +01:00
9 changed files with 56 additions and 22 deletions
@@ -56,8 +56,8 @@
</ion-content>
<ion-footer>
<div class="buttons">
<button class="btn-cancel" shape="round" (click)="cancel()">Cancelar</button>
<button class="btn-ok" shape="round" (click)="save()">Enviar</button>
<button class="btn-cancel" shape="round" (click)="cancel()">Cancelar</button>
</div>
</ion-footer>