Skip to content

Commit

Permalink
Fix missing primary scss variable (#9056)
Browse files Browse the repository at this point in the history
* Fix missing primary scss variable

* remove test var
  • Loading branch information
BSekula committed Nov 2, 2023
1 parent 0b677e7 commit 85ddcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/lib/styles/_components-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@use '@angular/material' as mat;

@mixin adf-components-variables($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
$test: mat.get-color-from-palette($accent);

$defaults: (
--adf-card-view-background: $adf-ref-card-background,
Expand Down

0 comments on commit 85ddcdf

Please sign in to comment.