diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-17 14:17:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 16:17:14 -0500 |
commit | ad15ee31f3e069ca97f2f6817f977fb9a04b3203 (patch) | |
tree | de51dfa2cf7d0e1a801f8de20919be7dbcd37840 /src/view/com/modals | |
parent | 3bd891b01aecdd8f2c7d5d833d735cb5ba6f5cba (diff) | |
download | voidsky-ad15ee31f3e069ca97f2f6817f977fb9a04b3203.tar.zst |
[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
Diffstat (limited to 'src/view/com/modals')
-rw-r--r-- | src/view/com/modals/Waitlist.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/view/com/modals/Waitlist.tsx b/src/view/com/modals/Waitlist.tsx index 7cc78a35f..6ddcc7779 100644 --- a/src/view/com/modals/Waitlist.tsx +++ b/src/view/com/modals/Waitlist.tsx @@ -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]} |