diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index cc2859be96..492b9074fa 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -836,7 +836,7 @@ let ComposerPost = React.memo(function ComposerPost({ diff --git a/src/view/com/composer/ComposerReplyTo.tsx b/src/view/com/composer/ComposerReplyTo.tsx index acab84f659..5d95a9b61d 100644 --- a/src/view/com/composer/ComposerReplyTo.tsx +++ b/src/view/com/composer/ComposerReplyTo.tsx @@ -92,7 +92,7 @@ export function ComposerReplyTo({replyTo}: {replyTo: ComposerOptsPostRef}) { )} accessibilityHint=""> { const style = normalizeTextStyles( - [a.text_xl, a.leading_snug, t.atoms.text], + [a.text_lg, a.leading_snug, t.atoms.text], { fontScale: fonts.scaleMultiplier, fontFamily: fonts.family,