chore: update text color for user name display

This commit is contained in:
2026-01-04 17:16:23 +01:00
parent 1d1904e995
commit cb66df6082
+1 -1
View File
@@ -735,7 +735,7 @@
<LoaderCircle class="animate-spin" size={32} />
</Avatar.Fallback>
</Avatar.Root>
<span class="font-semibold text-sm text-theme-200 truncate max-w-40">
<span class="font-semibold text-sm text-muted-foreground truncate max-w-40">
{$currentUser?.name ?? 'Guest'}
</span>
</div>