leave button styling

This commit is contained in:
sparshg
2024-10-03 01:14:46 +05:30
committed by Sparsh Goenka
parent a7ae0ea4ff
commit 14e0b47596

View File

@@ -62,7 +62,10 @@
</div>
{:else}
<div class="space-x-2 flex flex-row justify-center items-center">
<button class="btn btn-error text-2xl px-12 py-3 h-fit" onclick={leaveRoom}>
<button
class="w-full btn btn-outline btn-neutral text-neutral hover:border-neutral hover:bg-transparent text-xl"
onclick={leaveRoom}
>
Leave room
</button>
</div>