Skip to content

Commit

Permalink
[AAE-15295] added design tokens to PeopleCloudComponent (#9162)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojd0 committed Dec 19, 2023
1 parent 7d9734c commit 1bbdf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/src/lib/styles/_components-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
--adf-task-assignment-filter-option-selected-color: mat.get-color-from-palette($primary),
--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-people-cloud-input-caption-error-color: mat.get-color-from-palette($warn)

);

// propagates SCSS variables into the CSS variables scope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</mat-icon>
</mat-chip>
<input *ngIf="!isReadonly()" matInput
#chipInput
[formControl]="searchUserCtrl"
[matAutocomplete]="auto"
[matChipInputFor]="userMultipleChipList"
Expand Down

0 comments on commit 1bbdf0f

Please sign in to comment.