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

@ -15,8 +15,7 @@
<v-row cols="12">
<v-col cols="6">
<v-btn
depressed
text
variant="flat"
block
class="text-button"
@click.stop="$emit('onCancelLogoutClicked')"
@ -26,7 +25,7 @@
<v-col cols="6" align="center">
<v-btn
color="red"
depressed
variant="flat"
block
class="filled-button"
@click.stop="logout"