about summary refs log tree commit diff
path: root/src/screens/Onboarding/Layout.tsx
diff options
context:
space:
mode:
authorFrudrax Cheng <i@cynosura.one>2024-06-18 09:11:53 +0800
committerGitHub <noreply@github.com>2024-06-18 09:11:53 +0800
commit7548c23f19d0cf8e9230fa75ad5d1d73fe471a7d (patch)
tree3433af3806f1e89f5d917bd92086dd9ab63355df /src/screens/Onboarding/Layout.tsx
parentb4e4c15fbbf1fc1ef2001ee78f70c461b39b1dc4 (diff)
parent077da0830924d4c040ef095d8349f13fdfdf4372 (diff)
downloadvoidsky-7548c23f19d0cf8e9230fa75ad5d1d73fe471a7d.tar.zst
Merge branch 'bluesky-social:main' into zh
Diffstat (limited to 'src/screens/Onboarding/Layout.tsx')
-rw-r--r--src/screens/Onboarding/Layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx
index 75e2f99fc..02b207303 100644
--- a/src/screens/Onboarding/Layout.tsx
+++ b/src/screens/Onboarding/Layout.tsx
@@ -152,7 +152,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
               {children}
             </View>
 
-            <View style={{height: 200}} />
+            <View style={{height: 400}} />
           </View>
         </View>
       </ScrollView>