fix comfy list not styled, and light theme border

This commit is contained in:
EllangoK 2023-04-13 06:38:24 -04:00
parent 3f52e7cbb1
commit ff0be60ac4
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ const colorPalettes = {
"descrip-text": "#444",
"drag-text": "#555",
"error-text": "#F44336",
"border-color": "#CCC"
"border-color": "#888"
}
},
},

View File

@ -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;
}