Fix syntax error in color property

This commit is contained in:
Dr.Lt.Data 2025-12-19 12:21:43 +09:00 committed by GitHub
parent f68e19e07b
commit 231c4872fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ const style = `
overflow: hidden;
background-color: var(--comfy-menu-secondary-bg);
border-color: var(--border-color);
color: color: var(--input-text);
color: var(--input-text);
}
.cm-button:hover {