Skip to content

Commit

Permalink
Changing the cursor to grab for note
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanvasic85 committed Jan 1, 2025
1 parent ccd46a7 commit 369d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Note.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div
id={note.id}
aria-label={`Edit note ${index + 1}`}
class="h-full w-full overflow-hidden rounded-lg p-6 {className} relative select-none hover:cursor-pointer hover:ring-2 dark:hover:ring-darkText {isDragging
class="h-full w-full overflow-hidden rounded-lg p-6 {className} relative select-none hover:cursor-grab hover:ring-2 dark:hover:ring-darkText {isDragging
? 'opacity-50'
: ''}"
tabindex={index}
Expand Down

0 comments on commit 369d6a2

Please sign in to comment.