change delete button

This commit is contained in:
mchouliara 2024-10-02 16:58:30 +03:00
parent 94fc68b864
commit afc9b43734
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<button mat-button class="rounded-btn neutral" (click)="cancel()" type="button">{{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.ACTIONS.CANCEL' | translate}}</button>
</div>
<div class="col-auto" *ngIf="canDelete">
<button mat-button class="rounded-btn delete" type="button" (click)="delete()">
<button mat-button class="rounded-btn delete-inverted" type="button" (click)="delete()">
<mat-icon>delete</mat-icon>
{{'NOTIFICATION-SERVICE.NOTIFICATION-TEMPLATE-EDITOR.ACTIONS.DELETE' | translate}}
</button>