Skip to content

Commit

Permalink
[AAE-14726] fix comp variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Jan 8, 2024
1 parent debca10 commit 6a5fa53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/core/src/lib/styles/_components-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a5fa53

Please sign in to comment.