fix document list background color

This commit is contained in:
Denys Vuika
2018-06-27 17:14:27 +01:00
parent 7e676410fe
commit 203964cc70

View File

@@ -2,10 +2,12 @@
@mixin adf-document-list-theme($theme) { @mixin adf-document-list-theme($theme) {
$foreground: map-get($theme, foreground); $foreground: map-get($theme, foreground);
$background: map-get($theme, background);
$primary: map-get($theme, primary); $primary: map-get($theme, primary);
adf-document-list { adf-document-list {
@include flex-column; @include flex-column;
background-color: mat-color($background, card);
} }
adf-datatable { adf-datatable {