Skip to content

Commit 223e215

Browse files
committed
Add cursor-pointer to searchbar dialog close button
1 parent 463a738 commit 223e215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/sidebar/SidebarSearchDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
: results.length + " result(s) found!"}
8383
</p>
8484

85-
<button class="bg-stone-700 w-full rounded-sm p-2 mt-2 text-white" onclick={() => dialog.close()}>Close</button>
85+
<button class="bg-stone-700 w-full rounded-sm p-2 mt-2 text-white cursor-pointer" onclick={() => dialog.close()}>Close</button>
8686
</div>
8787
</dialog>

0 commit comments

Comments
 (0)