mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix missing primary scss variable (#9056)
* Fix missing primary scss variable * remove test var
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user