[ADF-5091] Fix undefined accent variable (#5584)

This commit is contained in:
Baptiste Mahé 2020-03-31 14:52:25 +02:00 committed by GitHub
parent e06f871d73
commit 50f19c99f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;