refactor(join): change leave button styles to match

This commit is contained in:
Yael Arturo Chavoya Andalón
2024-10-02 10:59:25 -06:00
committed by Sparsh Goenka
parent 3db83c03fd
commit a7ae0ea4ff

View File

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