[TASK] Fix small styling mistakes (#22)

Reviewed-on: #22
This commit is contained in:
2025-01-09 09:55:16 +00:00
parent 839f9f7752
commit 10ead075a7
5 changed files with 95 additions and 48 deletions

View File

@ -1,4 +1,4 @@
<section class="!space-y-6">
<section class="!space-y-6 mb-6">
@defer {
@if (employees$ | async; as employees) {
<div class="!space-y-6">
@ -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>