style dialog component and close button

This commit is contained in:
Jesse Lucas
2020-04-09 13:01:06 -04:00
parent 6e1828ff63
commit 95f7a26bce
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<div mat-dialog-content>
<mat-list dense>
<div mat-dialog-content fxLayout="column" fxLayoutAlign="space-between center">
<mat-list>
<mat-list-item *ngFor='let message of messageService.messages'>{{message}}</mat-list-item>
</mat-list>
<button mat-button [mat-dialog-close] cdkFocusInitial>Close</button>
<button mat-stroked-button [mat-dialog-close] cdkFocusInitial>Close</button>
</div>