[APP-773] Change waitlist explainer copy (#1021)

* Change waitlist explainer copy

* Restore the waitlist modal snap point to 80% to account for smaller phones

* Tune copy further
This commit is contained in:
Paul Frazee 2023-07-17 14:17:14 -07:00 committed by GitHub
parent 3bd891b01a
commit ad15ee31f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 34 deletions

View file

@ -58,15 +58,15 @@ export function Component({}: {}) {
}
return (
<View
style={[styles.container, {backgroundColor: pal.colors.backgroundLight}]}>
<View style={[styles.container, pal.view]}>
<View style={[styles.innerContainer, pal.view]}>
<Text type="title-xl" style={[styles.title, pal.text]}>
Join the waitlist
</Text>
<Text type="lg" style={[styles.description, pal.text]}>
Bluesky will launch soon. Join the waitlist to try the beta before
it's publicly available.
Bluesky uses invites to build a healthier community. If you don't know
anybody with an invite, you can sign up for the waitlist and we'll
send one soon.
</Text>
<TextInput
style={[styles.textInput, pal.borderDark, pal.text, s.mb10, s.mt10]}