diff options
-rw-r--r-- | src/view/com/auth/SplashScreen.tsx | 3 |
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', }, |