diff --git a/license/signatures/version1/cla.json b/license/signatures/version1/cla.json index 73b5843f7c..51414418fa 100644 --- a/license/signatures/version1/cla.json +++ b/license/signatures/version1/cla.json @@ -215,6 +215,46 @@ "created_at": "2024-10-16T02:43:06Z", "repoId": 136938012, "pullRequestNo": 3138 + }, + { + "name": "toBeOfUse", + "id": 49729978, + "comment_id": 2418095428, + "created_at": "2024-10-16T22:46:52Z", + "repoId": 136938012, + "pullRequestNo": 3141 + }, + { + "name": "inderjotx", + "id": 112561014, + "comment_id": 2419283596, + "created_at": "2024-10-17T11:35:29Z", + "repoId": 136938012, + "pullRequestNo": 3135 + }, + { + "name": "d46", + "id": 1814962, + "comment_id": 2422253335, + "created_at": "2024-10-18T11:29:06Z", + "repoId": 136938012, + "pullRequestNo": 3145 + }, + { + "name": "gkielwasser", + "id": 1532438, + "comment_id": 2423851259, + "created_at": "2024-10-19T13:29:53Z", + "repoId": 136938012, + "pullRequestNo": 3155 + }, + { + "name": "taxilian", + "id": 224334, + "comment_id": 2425245955, + "created_at": "2024-10-20T22:01:36Z", + "repoId": 136938012, + "pullRequestNo": 3151 } ] } \ No newline at end of file diff --git a/packages/admin-ui/src/lib/core/src/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.scss b/packages/admin-ui/src/lib/core/src/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.scss index def20113c7..24eed86cfd 100644 --- a/packages/admin-ui/src/lib/core/src/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.scss +++ b/packages/admin-ui/src/lib/core/src/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.scss @@ -32,6 +32,7 @@ margin: 0 3px; font-size: 12px; line-height: 0.8rem; + color: var(--color-text-100); } vdr-select-toggle { @@ -63,6 +64,7 @@ vdr-select-toggle { overflow-y: auto; .item-row { padding-inline-start: 3px; + color: var(--color-text-100); &:hover { background-color: var(--color-component-bg-200); }