fix tx isdone checkbox text size

This commit is contained in:
xds
2026-03-10 15:41:46 +03:00
parent fbb3909531
commit a5f4d75306

View File

@@ -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