Fix missing primary scss variable (#9056)

* Fix missing primary scss variable

* remove test var
This commit is contained in:
Bartosz Sekula
2023-11-02 16:47:52 +01:00
committed by GitHub
parent 0b677e7189
commit 85ddcdf22c

View File

@@ -2,8 +2,8 @@
@use '@angular/material' as mat; @use '@angular/material' as mat;
@mixin adf-components-variables($theme) { @mixin adf-components-variables($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent); $accent: map-get($theme, accent);
$test: mat.get-color-from-palette($accent);
$defaults: ( $defaults: (
--adf-card-view-background: $adf-ref-card-background, --adf-card-view-background: $adf-ref-card-background,