fix: bottom padding

This commit is contained in:
Fredrik Burmester
2025-11-12 21:28:18 +01:00
parent 62dfe7c9e1
commit 7a5f0b52b6

View File

@@ -119,7 +119,6 @@ export default function settings() {
</View>
{!Platform.isTV && <StorageSettings />}
<View className='h-24' />
</View>
</ScrollView>
);