Skip to content

Commit

Permalink
[AAE-15295] fix demoshell not building
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Dec 18, 2023
1 parent cf316eb commit 9d19ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/src/lib/styles/_components-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9d19ffb

Please sign in to comment.