fix(mobile): title text style in social media (#2907)

This commit is contained in:
Konv Suu 2025-02-28 12:16:31 +08:00 committed by GitHub
parent b09a86d905
commit f0ef7d0e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ export function EntrySocialItem({ entryId }: { entryId: string }) {
)}
</Pressable>
<View className="flex flex-row items-center gap-1.5">
<Text className="text-label text-base font-semibold leading-none">
<View className="flex-1 flex-row items-center gap-1.5">
<Text numberOfLines={1} className="text-label shrink text-base font-semibold">
{entry.author || feed?.title}
</Text>
<Text className="text-secondary-label">·</Text>