diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-06 17:42:02 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-07 19:09:36 -0500 |
| commit | 9f0ba2e243be772a7677f8250893f5da7b2acbfe (patch) | |
| tree | 3996d527e06a525a1531c095478cd3c02bbae3bb /ui/lib/components/Invite.svelte | |
| parent | b89ffe00fbb28fac3daafb1f7adc71be72b59433 (diff) | |
Factor out the elements of the `/me` page, and style them a little.
Diffstat (limited to 'ui/lib/components/Invite.svelte')
| -rw-r--r-- | ui/lib/components/Invite.svelte | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/lib/components/Invite.svelte b/ui/lib/components/Invite.svelte index 35e00b4..381f483 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> |
