From 9d19ffb2bf5a3cfe13df1ec90263153b03bb34f3 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:54:23 +0100 Subject: [PATCH] [AAE-15295] fix demoshell not building --- lib/core/src/lib/styles/_components-variables.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index 0fa7e7050a8..11f24ab28c8 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -5,6 +5,8 @@ $primary: map-get($theme, primary); $accent: map-get($theme, accent); $warn: map-get($theme, warn); + $foreground: map-get($theme, foreground); + $background: map-get($theme, background); $defaults: ( --adf-card-view-background: mat.get-color-from-palette($background, card),