From b5b26a54784391ae10998017fe60ad669ae0f8f7 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 30 Jan 2026 09:11:50 +0200 Subject: [PATCH] apply shadow directly to button --- src/view/com/auth/SplashScreen.tsx | 34 ++++++++++++++---------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index cc44776969..eb161d0950 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -79,7 +79,18 @@ export const SplashScreen = ({ - { + onPressCreateAccount() + playHaptic('Light') + }} + label={_(msg`Create new account`)} + accessibilityHint={_( + msg`Opens flow to create a new Bluesky account`, + )} + size="large" + color={isDarkMode ? 'secondary_inverted' : 'secondary'} style={[ t.atoms.shadow_md, { @@ -90,23 +101,10 @@ export const SplashScreen = ({ }, }, ]}> - - + + Create account + +