release #14

Merged
jank merged 4 commits from main into prod 2025-01-24 12:58:16 +00:00
Showing only changes of commit 3ed4b158f3 - Show all commits

View file

@ -1,6 +1,6 @@
<h2 mat-dialog-title>{{ data.title }}</h2>
<mat-dialog-content>{{ data.description }}</mat-dialog-content>
<mat-dialog-actions>
<button [style.backgroundColor]="'#FFFFFF'" [style.color]="'#000000'" mat-stroked-button color="warn" (click)="accept()">Yes</button>
<button mat-flat-button (click)="close()">No</button>
<button mat-flat-button color="warn" (click)="accept()">Yes</button>
</mat-dialog-actions>