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