Sliders and region breakout node

This commit is contained in:
space-nuko
2023-05-23 13:34:56 -05:00
parent 9a40f84e79
commit 631029edf7
7 changed files with 717 additions and 591 deletions

View File

@@ -592,6 +592,7 @@ export default class ComfyApp {
setColor("COMFYBOX_IMAGES", "rebeccapurple")
setColor("COMFYBOX_IMAGE", "fuchsia")
setColor("COMFYBOX_REGION", "salmon")
setColor(BuiltInSlotType.EVENT, "lightseagreen")
setColor(BuiltInSlotType.ACTION, "lightseagreen")
}

View File

@@ -151,5 +151,7 @@
.edit {
border: 2px dashed var(--color-blue-400);
pointer-events: none;
user-select: none;
}
</style>