diff options
Diffstat (limited to 'src')
-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 e8a7c7373..d718ca832 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -82,6 +82,7 @@ export const SplashScreen = ({ t.atoms.border_contrast_medium, a.align_center, a.gap_5xl, + a.flex_1, ]}> <ErrorBoundary> <View style={[a.justify_center, a.align_center]}> |