Переглянути джерело

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

Alexis Vigoureux 1 рік тому
батько
коміт
9f4eb9e666

+ 1 - 1
license/signatures/version1/cla.json

@@ -281,4 +281,4 @@
       "pullRequestNo": 3174
     }
   ]
-}
+}

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