style(confirmation-modal): update button styles in modal
This commit is contained in:
parent
26ab8ec56d
commit
3ed4b158f3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue