leave button styling
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user