Zhuzh sign in dialog (#3512)

zio/stable
Eric Bailey 2024-04-12 17:19:58 -05:00 committed by GitHub
parent 1f61109cfa
commit 6218eb0eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 2 deletions

View File

@ -45,7 +45,7 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {
<Dialog.ScrollableInner
label={_(msg`Sign into Bluesky or create a new account`)}
style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}>
<View>
<View style={[!isNative && a.p_2xl]}>
<View
style={[
a.flex_row,
@ -60,7 +60,18 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {
</View>
</View>
<Text style={[a.text_lg, a.text_center, t.atoms.text, a.pb_2xl]}>
<Text
style={[
a.text_lg,
a.text_center,
t.atoms.text,
a.pb_2xl,
a.leading_snug,
a.mx_auto,
{
maxWidth: 300,
},
]}>
<Trans>
Sign in or create your account to join the conversation!
</Trans>