accessibilityIgnoresInvertColors not available on web

This commit is contained in:
Oleksii Bulenok
2026-08-20 17:00:06 +02:00
parent 75591fad6e
commit 8f8563ab3d
+1 -1
View File
@@ -539,7 +539,7 @@ export function SelectMediaButton({
<ImageIcon
size="lg"
style={disabled && t.atoms.text_contrast_low}
accessibilityIgnoresInvertColors={true}
{...(IS_NATIVE && {accessibilityIgnoresInvertColors: true})}
/>
</Button>
)