mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
buttons: save is first, cancel is second
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user