Revert "fix: text ui scaling"

This reverts commit 9c0de94247.
This commit is contained in:
Lance Chant
2026-02-13 16:30:36 +02:00
committed by Gauvain
parent 719c875293
commit ce1e1dfc77
14 changed files with 27 additions and 70 deletions

View File

@@ -19,9 +19,7 @@ const SkipButton: React.FC<SkipButtonProps> = ({
onPress={onPress}
className='bg-black/60 rounded-md px-3 py-3 border border-neutral-900'
>
<Text maxFontSizeMultiplier={1.2} className='text-white font-bold'>
{buttonText}
</Text>
<Text className='text-white font-bold'>{buttonText}</Text>
</TouchableOpacity>
</View>
);