just use default color for negative button

This commit is contained in:
John Ruiz
2020-12-04 03:06:04 -05:00
parent f97f1f140c
commit 07cc2420bc

View File

@@ -4,7 +4,7 @@
</div>
<div mat-dialog-actions class="dialog-buttons">
<div class="btn-wrapper">
<button mat-button [mat-dialog-close]="false" color="warn">
<button mat-button [mat-dialog-close]="false">
{{ "DIALOGS.CONFIRM.NEGATIVE_BUTTON" | translate }}
</button>
<button mat-raised-button [mat-dialog-close]="true" cdkFocusInitial color="primary">