mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-19 12:04:50 -04:00
just use default color for negative button
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user