"vscode:/vscode.git/clone" did not exist on "caf1d116a62a324a2b0ccfd92ca6c095d5368dde"
Commit ff0be60a authored by EllangoK's avatar EllangoK
Browse files

fix comfy list not styled, and light theme border

parent 3f52e7cb
......@@ -107,7 +107,7 @@ const colorPalettes = {
"descrip-text": "#444",
"drag-text": "#555",
"error-text": "#F44336",
"border-color": "#CCC"
"border-color": "#888"
}
},
},
......
......@@ -160,9 +160,9 @@ body {
.comfy-list {
color: var(--descrip-text);
background-color: #333;
background-color: var(--comfy-menu-bg);
margin-bottom: 10px;
border-color: #4e4e4e;
border-color: var(--border-color);
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