This commit is contained in:
tiago.kayaya
2021-07-27 10:07:55 +01:00
parent 3fe7097dfa
commit 6847d2c74a
2 changed files with 14 additions and 2 deletions
@@ -7,6 +7,6 @@
<div class="buttons">
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
<div class="solid"></div>
<button (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
<button hidden (click)="closeChatRoom()" full class="btn-delete" shape="round" >Apagar conversa</button>
</div>
</ion-content>