diff --git a/src/components/ProfileHoverCard/index.web.tsx b/src/components/ProfileHoverCard/index.web.tsx index 5a5e2e163e..58b30358c9 100644 --- a/src/components/ProfileHoverCard/index.web.tsx +++ b/src/components/ProfileHoverCard/index.web.tsx @@ -515,7 +515,12 @@ function Inner({ + style={[ + a.text_lg, + a.leading_snug, + a.font_semi_bold, + a.self_start, + ]}> {sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), moderation.ui('displayName'),