From 763e4f6e29a9b2e1af4fd2cdf1755f68f6fa01f6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 4 Mar 2026 10:22:08 +0200 Subject: [PATCH] adjust arrow style --- src/components/Post/Translated/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Post/Translated/index.tsx b/src/components/Post/Translated/index.tsx index 5330a0b4b3..3730796294 100644 --- a/src/components/Post/Translated/index.tsx +++ b/src/components/Post/Translated/index.tsx @@ -16,9 +16,9 @@ import {LANGUAGES} from '#/locale/languages' import {useLanguagePrefs} from '#/state/preferences' import {atoms as a, native, useTheme} from '#/alf' import {Button} from '#/components/Button' -import {ArrowRight_Stroke2_Corner0_Rounded as ArrowRight} from '#/components/icons/Arrow' -import {TimesLarge_Stroke2_Corner0_Rounded as Times} from '#/components/icons/Times' -import {Warning_Stroke2_Corner0_Rounded as Warning} from '#/components/icons/Warning' +import {ArrowRight_Stroke2_Corner0_Rounded as ArrowRightIcon} from '#/components/icons/Arrow' +import {TimesLarge_Stroke2_Corner0_Rounded as XIcon} from '#/components/icons/Times' +import {Warning_Stroke2_Corner0_Rounded as WarningIcon} from '#/components/icons/Warning' import {Loader} from '#/components/Loader' import * as Select from '#/components/Select' import {Text} from '#/components/Typography' @@ -173,7 +173,7 @@ function TranslationError({ - + {message} @@ -184,7 +184,7 @@ function TranslationError({ hitSlop={HITSLOP_30} hoverStyle={native({opacity: 0.5})} onPress={clearTranslation}> - + @@ -248,9 +248,9 @@ function TranslationResult({ ]}> {langName}{' '} - - + @@ -306,7 +306,7 @@ function TranslationResult({ hoverStyle={native({opacity: 0.5})} style={[a.absolute, a.z_10, {top: 12, right: 14}]} onPress={clearTranslation}> - +