Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
scobru committed Oct 17, 2024
1 parent e2ebe74 commit 50af53d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/svelte/src/lib/components/gun/relay/GunRelay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
</script>

<div class="relative text-left bg-ableton-purple p-10">
<h2 class="card-title text-black font-medium text-2xl text-white mb-5">Relays</h2>

<button class="flex" on:click={toggleOpen}>
<div class="btn btn-primary text-xl -mt-1 text-base-content">Open Relays</div>
<div class="btn btn-primary text-xl -mt-1 text-white">Open Relays</div>
{#if text}
<div class="ml-2 font-bold">{text}</div>
{/if}
Expand Down

0 comments on commit 50af53d

Please sign in to comment.