mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-24 14:31:16 +00:00
fix document list background color
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
@mixin adf-document-list-theme($theme) {
|
||||
$foreground: map-get($theme, foreground);
|
||||
$background: map-get($theme, background);
|
||||
$primary: map-get($theme, primary);
|
||||
|
||||
adf-document-list {
|
||||
@include flex-column;
|
||||
background-color: mat-color($background, card);
|
||||
}
|
||||
|
||||
adf-datatable {
|
||||
|
Reference in New Issue
Block a user