fix tx isdone checkbox text size
This commit is contained in:
@@ -176,7 +176,7 @@ onMounted(async () => {
|
|||||||
<div class="flex flex-row !w-full justify-between items-center">
|
<div class="flex flex-row !w-full justify-between items-center">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<span>Google Drive</span>
|
<span>Google Drive</span>
|
||||||
<span class="text-xs text-gray-500" v-if="userStore.user?.isGoogleDriveLinked">Connected</span>
|
<span class="text-xs text-gray-500" v-if="userStore.user?.isGoogleDriveConnected">Connected</span>
|
||||||
<span class="text-xs text-gray-500" v-else>Not connected</span>
|
<span class="text-xs text-gray-500" v-else>Not connected</span>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user