chore: admin-dashboard team page UI polish (#75)

This commit is contained in:
Nivedin
2023-04-08 16:48:33 +05:30
committed by GitHub
parent 67f7e6a6d2
commit 0dba28c388
11 changed files with 463 additions and 379 deletions

View File

@@ -1,7 +1,5 @@
<template>
<h3 class="text-2xl font-bold text-gray-200 mb-5">Pending Invites</h3>
<div class="border rounded divide-y divide-dividerLight border-divider">
<div class="border rounded divide-y divide-dividerLight border-divider my-8">
<div v-if="fetching" class="flex items-center justify-center p-4">
<HoppSmartSpinner />
</div>