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