set max width on signin buttons

This commit is contained in:
Samuel Newman
2024-03-31 15:39:18 -07:00
parent f5ed391146
commit 47b21dbce2
+3 -1
View File
@@ -58,7 +58,9 @@ export const SplashScreen = ({
<Trans>What's up?</Trans>
</Text>
</View>
<View testID="signinOrCreateAccount">
<View
testID="signinOrCreateAccount"
style={[a.w_full, a.mx_auto, {maxWidth: 450}]}>
<Button
testID="createAccountButton"
onPress={onPressCreateAccount}