Limit line length
This commit is contained in:
@@ -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`)}
|
||||||
|
|||||||
Reference in New Issue
Block a user