tablet view fixes, grocery item fix

This commit is contained in:
ivic00
2024-11-27 20:17:48 +01:00
parent 4b5900c652
commit 01b4fc2e33
6 changed files with 171 additions and 155 deletions

View File

@ -75,12 +75,12 @@ const SignUpPage = () => {
<SafeAreaView
style={{
flex: 1,
alignItems: isTablet ? "center" : undefined,
width: "100%",
}}
>
<KeyboardAwareScrollView
contentContainerStyle={{ flexGrow: 1 }}
contentContainerStyle={{ flexGrow: 1,
alignItems: isTablet ? "center" : undefined,
width: '100%' }}
enableOnAndroid
>
<View