mobile: fix App version is not fully visible at the bottom of Settings screen

This commit is contained in:
Ammar Ahmed
2026-07-15 11:36:49 +05:00
parent bc02916243
commit ecaa5a82ab

View File

@@ -85,7 +85,8 @@ const Home = ({
renderItem={renderItem}
contentContainerStyle={{
gap: Spacing.LEVEL_2,
marginTop: Spacing.LEVEL_4
marginTop: Spacing.LEVEL_4,
paddingBottom: 80
}}
/>
</DelayLayout>