Use new button variants
This commit is contained in:
parent
866607a949
commit
674eaa5eeb
32 changed files with 87 additions and 92 deletions
|
|
@ -21,8 +21,7 @@
|
|||
<v-col cols="6">
|
||||
<v-btn
|
||||
id="btn-purge-room-cancel"
|
||||
depressed
|
||||
text
|
||||
variant="flat"
|
||||
block
|
||||
class="text-button"
|
||||
:disabled="isPurging"
|
||||
|
|
@ -34,7 +33,7 @@
|
|||
<v-btn
|
||||
id="btn-purge-room"
|
||||
color="red"
|
||||
depressed
|
||||
variant="flat"
|
||||
block
|
||||
class="filled-button"
|
||||
:disabled="isPurging"
|
||||
|
|
@ -65,8 +64,7 @@
|
|||
<v-col cols="6">
|
||||
<v-btn
|
||||
id="btn-purge-room-undo"
|
||||
depressed
|
||||
text
|
||||
variant="flat"
|
||||
block
|
||||
class="text-button"
|
||||
:disabled="isPurging"
|
||||
|
|
@ -75,7 +73,7 @@
|
|||
>
|
||||
</v-col>
|
||||
<v-col cols="6">
|
||||
<v-btn depressed block class="outlined-button" @click="onDoPurgeRoom">
|
||||
<v-btn variant="flat" block class="outlined-button" @click="onDoPurgeRoom">
|
||||
{{ $t("menu.delete_now") }}
|
||||
</v-btn>
|
||||
</v-col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue