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