diff --git a/lib/core/src/lib/styles/_components-variables.scss b/lib/core/src/lib/styles/_components-variables.scss index 4934dded219..04264498400 100644 --- a/lib/core/src/lib/styles/_components-variables.scss +++ b/lib/core/src/lib/styles/_components-variables.scss @@ -87,7 +87,9 @@ --adf-group-cloud-input-caption-error-color: mat.get-color-from-palette($warn), --adf-task-assignment-filter-option-default-color: $adf-ref-select-option-color, - --adf-task-assignment-filter-option-selected-color: mat.get-color-from-palette($primary) + --adf-task-assignment-filter-option-selected-color: mat.get-color-from-palette($primary), + --adf-task-assignment-filter-label-default-color: $adf-ref-select-field-label-color, + --adf-task-assignment-filter-label-focus-color: mat.get-color-from-palette($primary) ); // propagates SCSS variables into the CSS variables scope diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html index fd213e5a9db..d0afa4689fe 100644 --- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html +++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.html @@ -1,8 +1,11 @@
+ + {{ 'ADF_CLOUD_TASK_ASSIGNMENT_FILTER.ASSIGNMENT_TYPE' | translate }} +