Zhuzh sign in dialog (#3512)
parent
1f61109cfa
commit
6218eb0eea
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue