Made the delete popup conform
This commit is contained in:
parent
61c255bf1a
commit
30133504a1
@ -9,5 +9,5 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</mat-dialog-content>
|
</mat-dialog-content>
|
||||||
<mat-dialog-actions>
|
<mat-dialog-actions>
|
||||||
<button mat-raised-button color="primary" (click)="delete()" [disabled]="confirm.toLowerCase() != data.name.toLowerCase()">Delete</button>
|
<button mat-button color="warn" class="ml-auto" (click)="delete()" [disabled]="confirm.toLowerCase() != data.name.toLowerCase()">Delete</button>
|
||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
|
Loading…
Reference in New Issue
Block a user