Limit line length

This commit is contained in:
Eric Bailey
2026-03-10 12:27:10 -05:00
parent cd5d8e62d2
commit afe8728c7f
+13 -10
View File
@@ -36,16 +36,19 @@ export function BotAccountAlert({
<View style={[a.align_center, a.pb_md, a.shadow_sm]}> <View style={[a.align_center, a.pb_md, a.shadow_sm]}>
<RobotIcon width={48} fill={t.atoms.text_contrast_medium.color} /> <RobotIcon width={48} fill={t.atoms.text_contrast_medium.color} />
</View> </View>
<Text <View style={[a.align_center]}>
style={[ <Text
a.leading_snug, style={[
a.text_center, a.leading_snug,
a.pb_xl, a.text_center,
a.text_md, a.pb_xl,
t.atoms.text_contrast_high, a.text_md,
]}> t.atoms.text_contrast_high,
<Trans>{description}</Trans> {maxWidth: 260},
</Text> ]}>
<Trans>{description}</Trans>
</Text>
</View>
<View style={[a.w_full, a.gap_sm]}> <View style={[a.w_full, a.gap_sm]}>
<Button <Button
label={_(msg`Okay`)} label={_(msg`Okay`)}