style dialog component and close button
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user