From 6a93252716f8d89a50faaa7ff1b6673bcc612308 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 10 Apr 2024 15:52:30 +0100 Subject: [PATCH] Fix auth flow, FAB, and and load latest button --- src/view/com/auth/SplashScreen.tsx | 9 ++++++++- src/view/com/pager/TabBar.tsx | 9 +++++---- src/view/com/util/fab/FABInner.tsx | 4 ++-- src/view/com/util/layouts/LoggedOutLayout.tsx | 9 ++++----- src/view/com/util/load-latest/LoadLatestBtn.tsx | 8 +++++--- 5 files changed, 24 insertions(+), 15 deletions(-) diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index ae18f13905..03e39ec5ae 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -41,7 +41,14 @@ export const SplashScreen = ({ + style={[ + a.px_xl, + a.gap_md, + a.pb_2xl, + a.w_full, + a.mx_auto, + {maxWidth: 450}, + ]}>