refactor(join): change leave button styles to match
This commit is contained in:
committed by
Sparsh Goenka
parent
3db83c03fd
commit
a7ae0ea4ff
@@ -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>
|
||||
|
Reference in New Issue
Block a user