Skip to content

Commit 2dbdba1

Browse files
committed
refac
1 parent 1a32d92 commit 2dbdba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/notes/Notes.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
<Tooltip content={note.title} className="min-w-0" placement="top-start">
594594
<div
595595
dir="auto"
596-
class="h-[20px] truncate text-[13px] leading-5 text-gray-800 hover:underline dark:text-gray-200"
596+
class="h-[20px] truncate text-[13px] leading-5 text-gray-800 group-hover:underline dark:text-gray-200"
597597
>
598598
{note.title}
599599
</div>

0 commit comments

Comments
 (0)