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),