fix delete icon #15

Merged
ptran merged 1 commits from bugfix/delete-icon into main 2025-01-08 07:55:35 +00:00
Showing only changes of commit a145e16b71 - Show all commits

View File

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