diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-13 09:51:59 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-13 09:51:59 -0800 |
commit | 8df1d8f7b197e6d2b461535908113b2d1d3fbdc4 (patch) | |
tree | c89cba8f2f208ce7c24c3bce6aef0ad034431183 /src | |
parent | cbb037526bbcd04be44c853426c5acc99c1c9070 (diff) | |
download | voidsky-8df1d8f7b197e6d2b461535908113b2d1d3fbdc4.tar.zst |
Add a little more bottom pad to be safe
Diffstat (limited to 'src')
-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', }, |