fix delete icon

This commit is contained in:
Constantin Simonis 2025-01-08 08:55:12 +01:00
parent b85360fb65
commit a145e16b71
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -38,7 +38,7 @@
<mat-icon>edit</mat-icon> <mat-icon>edit</mat-icon>
</button> </button>
<button mat-icon-button color="warn" [matTooltip]="'Delete employee'" (click)="openDeleteDialogue(employee)"> <button mat-icon-button color="warn" [matTooltip]="'Delete employee'" (click)="openDeleteDialogue(employee)">
<mat-icon>delete</mat-icon> 🗑️
</button> </button>
</td> </td>
</ng-container> </ng-container>