accessibilityIgnoresInvertColors not available on web

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