Use new button variants
This commit is contained in:
parent
866607a949
commit
674eaa5eeb
32 changed files with 87 additions and 92 deletions
|
|
@ -18,7 +18,7 @@
|
|||
v-if="joinedToAnyRoom"
|
||||
id="btn-goodbye-view-other"
|
||||
color="white"
|
||||
text
|
||||
variant="text"
|
||||
class="close"
|
||||
@click.stop="viewOtherRooms"
|
||||
>{{ $t("goodbye.view_other_rooms") }}</v-btn
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
v-else
|
||||
id="btn-goodbye-close"
|
||||
color="white"
|
||||
text
|
||||
variant="text"
|
||||
class="close"
|
||||
@click.stop="closeBrowserTab"
|
||||
>{{ $t("goodbye.close_tab") }}</v-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue