From 14604f735b858f14037bb7519bc7fa47fb2ada74 Mon Sep 17 00:00:00 2001 From: Caidan Date: Sun, 9 Nov 2025 08:24:12 -0800 Subject: [PATCH] fix: feed title line heights (#9346) --- .../Profile/components/ProfileFeedHeader.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/screens/Profile/components/ProfileFeedHeader.tsx b/src/screens/Profile/components/ProfileFeedHeader.tsx index db548a6662..ab16ba6843 100644 --- a/src/screens/Profile/components/ProfileFeedHeader.tsx +++ b/src/screens/Profile/components/ProfileFeedHeader.tsx @@ -235,10 +235,11 @@ export function ProfileFeedHeader({info}: {info: FeedSourceFeedInfo}) { style={[ a.text_md, a.font_bold, - a.leading_tight, + a.leading_snug, gtMobile && a.text_lg, ]} - numberOfLines={2}> + numberOfLines={2} + emoji> {info.displayName} @@ -442,11 +443,12 @@ function DialogInner({ + numberOfLines={2} + emoji> {info.displayName} By{' '} @@ -456,12 +458,7 @@ function DialogInner({ did: info.creatorDid, handle: info.creatorHandle, })} - style={[ - a.text_sm, - a.leading_tight, - a.underline, - t.atoms.text_contrast_medium, - ]} + style={[a.text_sm, a.underline, t.atoms.text_contrast_medium]} numberOfLines={1} onPress={() => control.close()}> {sanitizeHandle(info.creatorHandle, '@')}