my fork of the bluesky client

Zhuzh sign in dialog (#3512)

authored by

Eric Bailey and committed by
GitHub
6218eb0e 1f61109c

+13 -2
+13 -2
src/components/dialogs/Signin.tsx
··· 45 45 <Dialog.ScrollableInner 46 46 label={_(msg`Sign into Bluesky or create a new account`)} 47 47 style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}> 48 - <View> 48 + <View style={[!isNative && a.p_2xl]}> 49 49 <View 50 50 style={[ 51 51 a.flex_row, ··· 60 60 </View> 61 61 </View> 62 62 63 - <Text style={[a.text_lg, a.text_center, t.atoms.text, a.pb_2xl]}> 63 + <Text 64 + style={[ 65 + a.text_lg, 66 + a.text_center, 67 + t.atoms.text, 68 + a.pb_2xl, 69 + a.leading_snug, 70 + a.mx_auto, 71 + { 72 + maxWidth: 300, 73 + }, 74 + ]}> 64 75 <Trans> 65 76 Sign in or create your account to join the conversation! 66 77 </Trans>