Use new button variants

This commit is contained in:
N-Pex 2025-05-09 10:17:59 +02:00
parent 866607a949
commit 674eaa5eeb
32 changed files with 87 additions and 92 deletions

View file

@ -43,8 +43,7 @@
<v-col cols="6">
<v-btn
id="btn-back"
depressed
text
variant="flat"
block
class="text-button"
@click="showDialog = false"
@ -55,7 +54,7 @@
<v-btn
id="btn-leave"
color="red"
depressed
variant="flat"
block
class="filled-button"
@click.stop="onLeaveRoom()"