diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index 28f8daae75..134ae11f10 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', },