Limit line length

This commit is contained in:
Eric Bailey
2026-03-10 12:27:10 -05:00
parent cd5d8e62d2
commit afe8728c7f
+3
View File
@@ -36,6 +36,7 @@ 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>
<View style={[a.align_center]}>
<Text <Text
style={[ style={[
a.leading_snug, a.leading_snug,
@@ -43,9 +44,11 @@ export function BotAccountAlert({
a.pb_xl, a.pb_xl,
a.text_md, a.text_md,
t.atoms.text_contrast_high, t.atoms.text_contrast_high,
{maxWidth: 260},
]}> ]}>
<Trans>{description}</Trans> <Trans>{description}</Trans>
</Text> </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`)}