summaryrefslogtreecommitdiff
path: root/ui/lib/components/Invite.svelte
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
committerKit La Touche <kit@transneptune.net>2024-11-08 21:43:59 -0500
commitcae917ee04c1b421107108d809f545cbf414cfae (patch)
tree0fe087c00b2caad7d316ee28fc9cf24eff7de836 /ui/lib/components/Invite.svelte
parentf31b4d8188ac7e38b6c42380649691c0e8e1e097 (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into wip/pwa
Diffstat (limited to 'ui/lib/components/Invite.svelte')
-rw-r--r--ui/lib/components/Invite.svelte5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte
index 35e00b4..937c911 100644
--- a/ui/lib/components/Invite.svelte
+++ b/ui/lib/components/Invite.svelte
@@ -5,8 +5,5 @@
let inviteUrl = $derived(new URL(`/invite/${id}`, document.location));
</script>
-<button
- class="border-slate-500 border-solid border-2 font-bold p-1 rounded"
- use:clipboard={inviteUrl}>Copy</button
->
+<button class="btn bg-secondary-500" use:clipboard={inviteUrl}>copy</button>
<span data-clipboard="inviteUrl">{inviteUrl}</span>