Skip to content

Commit ff0be60

Browse files
committed
fix comfy list not styled, and light theme border
1 parent 3f52e7c commit ff0be60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/extensions/core/colorPalette.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const colorPalettes = {
107107
"descrip-text": "#444",
108108
"drag-text": "#555",
109109
"error-text": "#F44336",
110-
"border-color": "#CCC"
110+
"border-color": "#888"
111111
}
112112
},
113113
},

web/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ body {
160160

161161
.comfy-list {
162162
color: var(--descrip-text);
163-
background-color: #333;
163+
background-color: var(--comfy-menu-bg);
164164
margin-bottom: 10px;
165-
border-color: #4e4e4e;
165+
border-color: var(--border-color);
166166
border-style: solid;
167167
}
168168

0 commit comments

Comments
 (0)