accessibilityIgnoresInvertColors not available on web
This commit is contained in:
@@ -539,7 +539,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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user