Logging & Styling

This commit is contained in:
Bastian Wagner
2026-02-16 12:11:30 +01:00
parent 2eafa21baf
commit 9ea2229f5a
29 changed files with 169 additions and 90 deletions

View File

@@ -18,7 +18,7 @@
<mat-hint>Emailadresse des neuen Users eingeben</mat-hint>
<mat-icon matPrefix class="text-gray-400 mr-2">email</mat-icon>
</mat-form-field>
<button mat-raised-button
<button matButton="elevated"
color="primary"
(click)="addManagerByEmail()"
[disabled]="email == '' || email == null">
@@ -29,5 +29,5 @@
</div>
</mat-dialog-content>
<mat-dialog-actions>
<button mat-button [mat-dialog-close]="true">Schließen</button>
<button matButton [mat-dialog-close]="true">Schließen</button>
</mat-dialog-actions>