From bb908a5534923f05a5181f1d946476f113b1a3c8 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 29 Oct 2025 17:44:17 +0200 Subject: [PATCH] fix line height in hover card (#9281) --- src/components/ProfileHoverCard/index.web.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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'),