Skip to content

Commit 5695dea

Browse files
committed
more subtle
1 parent 31504a0 commit 5695dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/rp-connect/pipeline/pipeline-flow-canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ export function PipelineFlowCanvas({
12361236
{/* Faint plus-mark texture so the canvas doesn't read as blank. A partly-transparent border
12371237
tone (theme-aware) with small, sparse marks — a background hint, not a grid. */}
12381238
<Background
1239-
color="color-mix(in srgb, var(--color-border) 55%, transparent)"
1239+
color="color-mix(in srgb, var(--color-border) 30%, transparent)"
12401240
gap={28}
12411241
size={4}
12421242
variant={BackgroundVariant.Cross}

0 commit comments

Comments
 (0)