Reduce composer font size (#8591)

This commit is contained in:
Samuel Newman
2025-06-30 19:13:14 +03:00
committed by GitHub
parent 130f795dfb
commit 5e20d5ffab
3 changed files with 3 additions and 3 deletions
@@ -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,