Tweak border size

This commit is contained in:
DS Boyce
2026-03-03 14:48:39 -08:00
parent 44a53ea66d
commit c47c1e7aaf
+1 -2
View File
@@ -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]}>