From 9c27d83d4ba049662a580f4ba63c0832db287710 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 29 Oct 2024 16:17:51 +0200 Subject: fix splash screen (#5997) --- src/view/com/auth/SplashScreen.web.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, ]}> -- cgit 1.4.1