Skip to content

Commit 88c3dbf

Browse files
committed
Add cursor-pointer to share button to match other buttons
1 parent e720da1 commit 88c3dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Topbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<span class="hidden sm:block">Edit</span>
7979
</a>
8080
<button
81-
class="bg-black/45 p-2 rounded-lg py-1 flex items-center gap-2 hover:text-stone-100 aspect-square sm:aspect-auto focus-visible:outline-2 focus-visible:outline-dph-orange"
81+
class="bg-black/45 p-2 rounded-lg py-1 flex items-center gap-2 hover:text-stone-100 aspect-square sm:aspect-auto focus-visible:outline-2 focus-visible:outline-dph-orange cursor-pointer"
8282
aria-label="Copy URL"
8383
onclick={copyUrl}>
8484
<IconShare />

0 commit comments

Comments
 (0)