This commit is contained in:
Guilhem
2025-11-12 10:07:47 +01:00
parent 7a4add9d51
commit 638f74d370
2 changed files with 2 additions and 2 deletions
@@ -59,7 +59,7 @@
{#if bounds() && selectedNodes.length > 1}
{@const currentBounds = bounds()!}
<div
class={'absolute rounded cursor-pointer bg-surface-selected/30 border border-accent '}
class={'absolute rounded cursor-pointer bg-surface-selected/30 border border-accent/30 '}
style="
left: {currentBounds.x}px;
top: {currentBounds.y}px;
@@ -182,7 +182,7 @@
<!-- Preview selection rectangle while drawing -->
{#if previewNote && isDrawing}
<div
class="absolute border border-accent pointer-events-none bg-surface-selected/30"
class="absolute border border-accent/30 pointer-events-none bg-surface-selected/30"
style="
width: {previewNote.size.width}px;
height: {previewNote.size.height}px;