mobile: fix share sheet theme color note applied on text

This commit is contained in:
Ammar Ahmed
2026-08-27 08:54:26 +05:00
parent c9c4936d9e
commit 32efcfc90c

View File

@@ -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}
>