Jelajahi Sumber

fix(admin-ui): Fix collection product filter dark theme (#3172)

Alexis Vigoureux 1 tahun lalu
induk
melakukan
55f7b71c3e

+ 40 - 0
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
     }
   ]
 }

+ 2 - 0
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);
             }