about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-02-13 09:51:59 -0800
committerPaul Frazee <pfrazee@gmail.com>2024-02-13 09:51:59 -0800
commit8df1d8f7b197e6d2b461535908113b2d1d3fbdc4 (patch)
treec89cba8f2f208ce7c24c3bce6aef0ad034431183 /src
parentcbb037526bbcd04be44c853426c5acc99c1c9070 (diff)
downloadvoidsky-8df1d8f7b197e6d2b461535908113b2d1d3fbdc4.tar.zst
Add a little more bottom pad to be safe
Diffstat (limited to 'src')
-rw-r--r--src/view/com/auth/SplashScreen.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
index 28f8daae7..134ae11f1 100644
--- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx
@@ -167,7 +167,8 @@ const styles = StyleSheet.create({
   },
   footer: {
     paddingHorizontal: 16,
-    paddingVertical: 12,
+    paddingTop: 12,
+    paddingBottom: 24,
     justifyContent: 'center',
     alignItems: 'center',
   },