Use new button variants
This commit is contained in:
parent
866607a949
commit
674eaa5eeb
32 changed files with 87 additions and 92 deletions
|
|
@ -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()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue