Update CommunicationsFriends.vue

This commit is contained in:
Troplo 2022-08-07 01:35:11 +10:00
parent 12e0bad686
commit 51e4cb24ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div id="communications-friends">
<v-card color="card" class="rounded-xl" :height="viewport()" elevation="0">
<v-card color="card" class="rounded-0" :height="viewport()" elevation="0">
<v-tabs centered background-color="card" v-model="tab">
<v-tab :key="0">Users</v-tab>
<v-tab :key="1"> Friends </v-tab>