From c8e555b0ab4a85eb30d66a70206be09feb7d580e Mon Sep 17 00:00:00 2001 From: shrimbly Date: Thu, 5 Mar 2026 20:37:27 +1300 Subject: [PATCH] fix(quick-17): add visible empty state styling for fullBleed nodes - Change fullBleed nodes from transparent to subtle bg-neutral-800/50 with border-neutral-700/40 - Makes empty GenerateImage, GenerateVideo, and LLMGenerate nodes visible on canvas - Content still covers background when present (images/videos fill the area) --- src/components/nodes/BaseNode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nodes/BaseNode.tsx b/src/components/nodes/BaseNode.tsx index 2c061f27..38b02c0e 100644 --- a/src/components/nodes/BaseNode.tsx +++ b/src/components/nodes/BaseNode.tsx @@ -76,7 +76,7 @@ export function BaseNode({