mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
Fix NODE_DEFAULT_SHAPE (#389)
* Fix NODE_DEFAULT_SHAPE * update snapshot
This commit is contained in:
@@ -51,7 +51,7 @@ export class LiteGraphGlobal {
|
||||
NODE_DEFAULT_COLOR = "#333"
|
||||
NODE_DEFAULT_BGCOLOR = "#353535"
|
||||
NODE_DEFAULT_BOXCOLOR = "#666"
|
||||
NODE_DEFAULT_SHAPE = "box"
|
||||
NODE_DEFAULT_SHAPE = RenderShape.ROUND
|
||||
NODE_BOX_OUTLINE_COLOR = "#FFF"
|
||||
NODE_ERROR_COLOUR = "#E00"
|
||||
DEFAULT_SHADOW_COLOR = "rgba(0,0,0,0.5)"
|
||||
|
||||
Reference in New Issue
Block a user