Made the delete popup conform

This commit is contained in:
Zakary Timson 2019-02-06 20:58:00 -05:00
parent 61c255bf1a
commit 30133504a1

View File

@ -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>