support dark mode and add custom card component

This commit is contained in:
Jesse Lucas
2020-04-09 13:01:06 -04:00
parent 89c53c508b
commit 6e1828ff63
11 changed files with 185 additions and 63 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
<h1 mat-dialog-title>Error</h1>
<div mat-dialog-content>
<ul>
<li *ngFor='let message of messageService.messages'> {{message}} </li>
</ul>
<mat-list dense>
<mat-list-item *ngFor='let message of messageService.messages'>{{message}}</mat-list-item>
</mat-list>
<button mat-button [mat-dialog-close] cdkFocusInitial>Close</button>
</div>