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

@@ -175,16 +175,10 @@ export const Favorites = () => {
contentFit='contain'
source={heart}
/>
<Text
maxFontSizeMultiplier={1.2}
className='text-xl font-semibold text-white mb-2'
>
<Text className='text-xl font-semibold text-white mb-2'>
{t("favorites.noDataTitle")}
</Text>
<Text
maxFontSizeMultiplier={1.2}
className='text-base text-white/70 text-center max-w-xs px-4'
>
<Text className='text-base text-white/70 text-center max-w-xs px-4'>
{t("favorites.noData")}
</Text>
</View>