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 + +