Commit f5f70138 authored by comfyanonymous's avatar comfyanonymous
Browse files

Merge branch 'comfy-list-fix' of https://github.com/EllangoK/ComfyUI

parents 601edaf6 ff0be60a
...@@ -107,7 +107,7 @@ const colorPalettes = { ...@@ -107,7 +107,7 @@ const colorPalettes = {
"descrip-text": "#444", "descrip-text": "#444",
"drag-text": "#555", "drag-text": "#555",
"error-text": "#F44336", "error-text": "#F44336",
"border-color": "#CCC" "border-color": "#888"
} }
}, },
}, },
......
...@@ -160,9 +160,9 @@ body { ...@@ -160,9 +160,9 @@ body {
.comfy-list { .comfy-list {
color: var(--descrip-text); color: var(--descrip-text);
background-color: #333; background-color: var(--comfy-menu-bg);
margin-bottom: 10px; margin-bottom: 10px;
border-color: #4e4e4e; border-color: var(--border-color);
border-style: solid; border-style: solid;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment