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, '@')}