From 339d37f741bd76884a13df7fd834dcb6cc07e6d9 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 12 Nov 2025 09:56:23 +0100 Subject: [PATCH] improve selection box styling --- frontend/src/lib/components/graph/SelectionBoundingBox.svelte | 2 +- frontend/src/lib/components/graph/SelectionTool.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/graph/SelectionBoundingBox.svelte b/frontend/src/lib/components/graph/SelectionBoundingBox.svelte index dfacad05e8..4054452935 100644 --- a/frontend/src/lib/components/graph/SelectionBoundingBox.svelte +++ b/frontend/src/lib/components/graph/SelectionBoundingBox.svelte @@ -59,7 +59,7 @@ {#if bounds() && selectedNodes.length > 1} {@const currentBounds = bounds()!}