diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-10-29 16:17:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 14:17:51 +0000 |
commit | 9c27d83d4ba049662a580f4ba63c0832db287710 (patch) | |
tree | 768be74fadb115e0afcfd5c7efcc46a5c3fe64ac /src | |
parent | d1355d52fc7b0c64b4fdb72b99e18d48538b042d (diff) | |
download | voidsky-9c27d83d4ba049662a580f4ba63c0832db287710.tar.zst |
fix splash screen (#5997)
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]}> |