Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Oct 19, 2024
1 parent 0edd110 commit 035f66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
bind:this={dragHandleElement}
on:mousedown={handleMousedown}
class="rounded-full w-6 h-6 flex justify-center items-center absolute bg-blue-600 text-white hover:bg-blue-700 focus:outline-none focus-visible:ring-4 focus-visible:ring-blue-200 active:bg-blue-800 transform"
style={$dragHandleStyle}
style={dragHandleStyle}
data-testid="drag-button"
>
<span
Expand Down

0 comments on commit 035f66a

Please sign in to comment.