From 8df1d8f7b197e6d2b461535908113b2d1d3fbdc4 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 13 Feb 2024 09:51:59 -0800 Subject: Add a little more bottom pad to be safe --- src/view/com/auth/SplashScreen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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', }, -- cgit 1.4.1