style/copy tweaks

This commit is contained in:
Samuel Newman
2026-04-24 16:32:19 +03:00
parent 6e921fc2c5
commit 32b9feae4e
+6 -5
View File
@@ -337,24 +337,25 @@ function GroupChatGate() {
nativeOptions={{preventDismiss: true, preventExpansion: true}} nativeOptions={{preventDismiss: true, preventExpansion: true}}
testID="groupChatGateDialog"> testID="groupChatGateDialog">
<Prompt.Content> <Prompt.Content>
<View style={[a.w_full, a.align_center, a.py_2xl]}> <View style={[a.w_full, a.align_center, a.py_3xl]}>
<Text style={{fontSize: 48}} emoji> <Text style={{fontSize: 72}} emoji>
🐴 🐴
</Text> </Text>
</View> </View>
<Prompt.TitleText> <Prompt.TitleText style={[a.text_center]}>
{hasBeenReleased ? ( {hasBeenReleased ? (
<Trans>Group chats are now available</Trans> <Trans>Group chats are now available</Trans>
) : ( ) : (
<Trans>Group chats are not yet available</Trans> <Trans>Group chats are not yet available</Trans>
)} )}
</Prompt.TitleText> </Prompt.TitleText>
<Prompt.DescriptionText> <Prompt.DescriptionText style={[a.text_center]}>
{hasBeenReleased ? ( {hasBeenReleased ? (
<Trans>Update your app to the latest version to join in!</Trans> <Trans>Update your app to the latest version to join in!</Trans>
) : ( ) : (
<Trans> <Trans>
This feature isn't available to you yet. Please check back later. Hold your horses! This feature isn't available to you yet. Please
check back later.
</Trans> </Trans>
)} )}
</Prompt.DescriptionText> </Prompt.DescriptionText>