Tweak border size
This commit is contained in:
@@ -128,7 +128,6 @@ function TranslationLink({
|
|||||||
// for accessibility
|
// for accessibility
|
||||||
to={getTranslatorLink(postText, primaryLanguage)}
|
to={getTranslatorLink(postText, primaryLanguage)}
|
||||||
label={l`Translate`}
|
label={l`Translate`}
|
||||||
style={[a.text_sm]}
|
|
||||||
onPress={handleTranslate}>
|
onPress={handleTranslate}>
|
||||||
<Trans>Translate</Trans>
|
<Trans>Translate</Trans>
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
@@ -168,7 +167,7 @@ function TranslationResult({
|
|||||||
a.pb_md,
|
a.pb_md,
|
||||||
a.mt_sm,
|
a.mt_sm,
|
||||||
a.border,
|
a.border,
|
||||||
a.rounded_md,
|
a.rounded_lg,
|
||||||
t.atoms.border_contrast_high,
|
t.atoms.border_contrast_high,
|
||||||
]}>
|
]}>
|
||||||
<View style={[a.flex_row, a.align_center, a.mb_xs]}>
|
<View style={[a.flex_row, a.align_center, a.mb_xs]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user