mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-5091] Fix undefined accent variable (#5584)
This commit is contained in:
parent
e06f871d73
commit
50f19c99f2
@ -2,6 +2,7 @@
|
||||
|
||||
@mixin adf-info-drawer-theme($theme) {
|
||||
$primary: map-get($theme, primary);
|
||||
$accent: map-get($theme, accent);
|
||||
$background: map-get($theme, background);
|
||||
$foreground: map-get($theme, foreground);
|
||||
$adf-info-drawer-layout-background-color: mat-color($background, background) !default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user