From 32efcfc90ce0f4068093e5d16e0ddd60b45301ec Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Thu, 27 Aug 2026 08:54:26 +0500 Subject: [PATCH] mobile: fix share sheet theme color note applied on text --- apps/mobile/app/share/share.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app/share/share.tsx b/apps/mobile/app/share/share.tsx index e29971a88..17369f457 100644 --- a/apps/mobile/app/share/share.tsx +++ b/apps/mobile/app/share/share.tsx @@ -712,7 +712,8 @@ const ShareView = () => { marginTop: 6 }} onPress={async () => { - const feature = await isFeatureAvailable("fullQualityImages"); + const feature = + await isFeatureAvailable("fullQualityImages"); if (feature?.isAllowed) { setCompress((prev) => !prev); } @@ -737,7 +738,8 @@ const ShareView = () => { style={{ flexShrink: 1, marginLeft: 3, - fontSize: 12 + fontSize: 12, + color: colors.primary.paragraph }} allowFontScaling={false} >