mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
nit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user