Revert "fix: scaling"

This reverts commit 566ff485fb.
This commit is contained in:
Fredrik Burmester
2026-01-24 10:05:22 +01:00
parent d07a521f60
commit 0e3e8b8016
6 changed files with 38 additions and 163 deletions

View File

@@ -4,7 +4,7 @@ export function Text(props: TextProps) {
if (Platform.isTV)
return (
<RNText
allowFontScaling={true}
allowFontScaling={false}
style={[{ color: "white" }, style]}
{...otherProps}
/>