Fixed button styling

This commit is contained in:
WardPearce
2024-04-07 13:32:24 +12:00
parent 4c4c491394
commit dab0a87ba3
@@ -49,9 +49,7 @@
<nav>
<a href={`/channel/${sub.authorId}`} class="link"><h6>{sub.author}</h6></a>
<div class="max"></div>
<button on:click={async () => unsubscribe(sub.authorId)} class="inverse-surface">
Unsubscribe
</button>
<button on:click={async () => unsubscribe(sub.authorId)} class="border"> Unsubscribe </button>
</nav>
</article>
{/each}