diff options
Diffstat (limited to 'src/view/com/auth/SplashScreen.web.tsx')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 22b328582..3c949bb9a 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -90,6 +90,7 @@ const styles = StyleSheet.create({ containerInner: { height: '100%', justifyContent: 'center', + // @ts-ignore web only paddingBottom: '20vh', paddingHorizontal: 20, }, |