Skip to content

Commit

Permalink
[AAE-15206] replaced reference variables with theme values
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Jan 8, 2024
1 parent 5b7f35f commit afeffd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/src/lib/styles/_components-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

--adf-people-cloud-input-label-default-color: mat.get-color-from-palette($foreground, secondary-text),
--adf-people-cloud-input-label-focus-color: mat.get-color-from-palette($primary),
--adf-people-cloud-autosuggest-result-active-color: $adf-ref-autosuggest-result-active-color,
--adf-people-cloud-autosuggest-result-disabled-color: $adf-ref-autosuggest-result-disabled-color,
--adf-people-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text),
--adf-people-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text),
--adf-people-cloud-input-caption-error-color: mat.get-color-from-palette($warn),

--adf-metadata-property-panel-border-color: $adf-ref-metadata-property-panel-border-color,
Expand Down

0 comments on commit afeffd6

Please sign in to comment.