From 5e20d5ffaba1c33e85e5e1d84bb4dea93ed249e9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 30 Jun 2025 19:13:14 +0300 Subject: Reduce composer font size (#8591) --- src/view/com/composer/text-input/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/composer/text-input/TextInput.tsx') diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index f927015af..27b769c4e 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -186,7 +186,7 @@ export const TextInput = forwardRef(function TextInputImpl( const inputTextStyle = React.useMemo(() => { 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, -- cgit 1.4.1