tweak spacing
This commit is contained in:
@@ -21,7 +21,7 @@ export function GetContacts({
|
|||||||
|
|
||||||
const gutters = useGutters([0, 'wide'])
|
const gutters = useGutters([0, 'wide'])
|
||||||
|
|
||||||
const style = [a.text_md, a.leading_snug, a.mt_sm]
|
const style = [a.text_md, a.leading_snug, a.mt_md]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.h_full]}>
|
<View style={[a.h_full]}>
|
||||||
@@ -36,7 +36,7 @@ export function GetContacts({
|
|||||||
numbers and letters that can’t be decoded with a key.
|
numbers and letters that can’t be decoded with a key.
|
||||||
</Trans>
|
</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={style}>
|
<Text style={[style, a.mt_lg]}>
|
||||||
• <Trans>We only suggest follows if both people consent</Trans>
|
• <Trans>We only suggest follows if both people consent</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={style}>
|
<Text style={style}>
|
||||||
@@ -49,7 +49,7 @@ export function GetContacts({
|
|||||||
<Text style={style}>
|
<Text style={style}>
|
||||||
• <Trans>You can always opt out</Trans>
|
• <Trans>You can always opt out</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={style}>
|
<Text style={[style, a.mt_lg]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
We apply the highest privacy standards just in case just in case
|
We apply the highest privacy standards just in case just in case
|
||||||
your contacts include minors. We never share, or sell your contact
|
your contacts include minors. We never share, or sell your contact
|
||||||
|
|||||||
Reference in New Issue
Block a user