use the primary color (blue) for save buttons instead of the Amazon orange

This commit is contained in:
2024-10-13 19:42:39 +02:00
parent 768962aa43
commit 64725de8b9
4 changed files with 11 additions and 10 deletions

View File

@@ -34,5 +34,5 @@
</div>
<div mat-dialog-actions align="end">
<button mat-button mat-dialog-close (click)="close()">Cancel</button>
<button class="save-button" mat-button mat-dialog-close (click)="onSaveClick()">Save</button>
<button class="save-button" mat-flat-button mat-dialog-close (click)="onSaveClick()">Save</button>
</div>