mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
allow custom bypass color (#993)
* allow custom bypass color * shove the not-litegraph-color-def into litegraph * prettier just does this to be funny i swear
This commit is contained in:
committed by
GitHub
parent
31b1aeeb69
commit
a7a0035b0e
@@ -44,6 +44,7 @@ const litegraphBaseSchema = z
|
||||
NODE_DEFAULT_BOXCOLOR: z.string(),
|
||||
NODE_DEFAULT_SHAPE: z.string(),
|
||||
NODE_BOX_OUTLINE_COLOR: z.string(),
|
||||
NODE_BYPASS_BGCOLOR: z.string(),
|
||||
DEFAULT_SHADOW_COLOR: z.string(),
|
||||
DEFAULT_GROUP_FONT: z.number(),
|
||||
WIDGET_BGCOLOR: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user