mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 10:30:36 +01:00
Merge pull request #7146 from BlueWallet/qr
FIX: Tell accessibility. to not run contrast on QR borders
This commit is contained in:
commit
dee5e9bff2
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ const QRCodeComponent: React.FC<QRCodeComponentProps> = ({
|
|||
<View
|
||||
style={styles.qrCodeContainer}
|
||||
testID="BitcoinAddressQRCodeContainer"
|
||||
accessibilityIgnoresInvertColors
|
||||
importantForAccessibility="no-hide-descendants"
|
||||
accessibilityRole="image"
|
||||
accessibilityLabel={loc.receive.qrcode_for_the_address}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue