mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 01:58:51 +02:00
mobile: fix share sheet theme color note applied on text
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user