From 6a5fa530dba10e28489c49ecb00cac29565c8ab7 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:40:50 +0100 Subject: [PATCH] [AAE-14726] fix comp variables --- lib/core/src/lib/styles/_components-variables.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index c9fca442a93..b62ed8928ec 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -90,11 +90,7 @@ --adf-task-assignment-filter-label-default-color: mat.get-color-from-palette($foreground, secondary-text), --adf-task-assignment-filter-label-focus-color: mat.get-color-from-palette($primary), - --adf-group-cloud-input-label-default-color: $adf-ref-text-field-label-color, - --adf-group-cloud-input-label-focus-color: mat.get-color-from-palette($primary), - --adf-group-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text), - --adf-group-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text), - --adf-group-cloud-input-caption-error-color: mat.get-color-from-palette($warn) + --adf-process-header-cloud-card-background: mat.get-color-from-palette($background, card) ); // propagates SCSS variables into the CSS variables scope