diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index a81006aee52..73292cd6bfd 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -5,6 +5,7 @@ @mixin adf-components-variables($theme) { $primary: map-get($theme, primary); $foreground: map-get($theme, foreground); + $background: map-get($theme, background); $accent: map-get($theme, accent); $warn: map-get($theme, warn); $foreground: map-get($theme, foreground);