Zhuzh sign in dialog (#3512)
parent
1f61109cfa
commit
6218eb0eea
|
@ -45,7 +45,7 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {
|
||||||
<Dialog.ScrollableInner
|
<Dialog.ScrollableInner
|
||||||
label={_(msg`Sign into Bluesky or create a new account`)}
|
label={_(msg`Sign into Bluesky or create a new account`)}
|
||||||
style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}>
|
style={[gtMobile ? {width: 'auto', maxWidth: 420} : a.w_full]}>
|
||||||
<View>
|
<View style={[!isNative && a.p_2xl]}>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.flex_row,
|
a.flex_row,
|
||||||
|
@ -60,7 +60,18 @@ function SigninDialogInner({}: {control: Dialog.DialogOuterProps['control']}) {
|
||||||
</View>
|
</View>
|
||||||
</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>
|
<Trans>
|
||||||
Sign in or create your account to join the conversation!
|
Sign in or create your account to join the conversation!
|
||||||
</Trans>
|
</Trans>
|
||||||
|
|
Loading…
Reference in New Issue