update globe icon props

This commit is contained in:
Jack
2025-08-19 13:05:02 +01:00
parent c4397efcc3
commit 7602915ab3
@@ -64,7 +64,13 @@
</div>
</div>
<div class="w-full flex items-center gap-1">
<Globe v-if="!isOnlyVisibleToMe" class="w-3 h-3" />
<Globe
v-if="!isOnlyVisibleToMe"
:size="12"
:stroke-width="1.5"
:absolute-stroke-width="true"
class="w-3 h-3 text-foreground-2"
/>
<div
v-tippy="formattedFullDate(view.updatedAt)"
class="text-body-2xs text-foreground-3 truncate pr-1.5"