fix: styles

This commit is contained in:
2026-03-12 12:32:27 +01:00
parent 5f6f16ab90
commit 192358822e
2 changed files with 7 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ export function BaseNodeFooter({ className, ...props }: ComponentProps<"div">) {
<div <div
data-slot="base-node-footer" data-slot="base-node-footer"
className={cn( className={cn(
"shrink-0 flex flex-col items-center gap-y-2 border-t p-1", "shrink-0 flex flex-col items-center gap-y-2 border-t border-border/70 pt-2 px-1 pb-1",
className, className,
)} )}
{...props} {...props}

View File

@@ -178,8 +178,13 @@ body {
} }
/* Connection path roles: pushing (trigger) — classes on BaseNode root. Updating nodes have no extra border so rendering doesnt flash. */ /* Connection path roles: pushing (trigger) — classes on BaseNode root. Updating nodes have no extra border so rendering doesnt flash. */
/* Connection path trigger: amber cue to match manual/dirty state (e.g. Run button). */
.connection-path-trigger { .connection-path-trigger {
box-shadow: inset 3px 0 0 hsl(var(--primary)); box-shadow: inset 3px 0 0 hsl(38 92% 50%);
}
.dark .connection-path-trigger {
box-shadow: inset 3px 0 0 hsl(45 93% 58%);
} }
/* NodeResizer: snappy drag; no border/background on handles; keep resize cursors. */ /* NodeResizer: snappy drag; no border/background on handles; keep resize cursors. */