wrap impersonation text (#1447)
This commit is contained in:
parent
9c72fcc9b4
commit
b9268d503a
1 changed files with 5 additions and 5 deletions
|
@ -38,11 +38,11 @@ export function PostAlerts({
|
||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
style={[styles.container, pal.viewLight, style]}>
|
style={[styles.container, pal.viewLight, style]}>
|
||||||
<ShieldExclamation style={pal.text} size={16} />
|
<ShieldExclamation style={pal.text} size={16} />
|
||||||
<Text type="lg" style={pal.text}>
|
<Text type="lg" style={[pal.text]}>
|
||||||
{desc.name}
|
{desc.name}{' '}
|
||||||
</Text>
|
<Text type="lg" style={[pal.link, styles.learnMoreBtn]}>
|
||||||
<Text type="lg" style={[pal.link, styles.learnMoreBtn]}>
|
Learn More
|
||||||
Learn More
|
</Text>
|
||||||
</Text>
|
</Text>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue