diff --git a/mobile/lib/features/wallet/scanner_screen.dart b/mobile/lib/features/wallet/scanner_screen.dart index 5ee61f184..fc8acf4ae 100644 --- a/mobile/lib/features/wallet/scanner_screen.dart +++ b/mobile/lib/features/wallet/scanner_screen.dart @@ -91,7 +91,7 @@ class _ScannerScreenState extends State { mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [ - Icon(FontAwesomeIcons.ban, size: 55), + Icon(FontAwesomeIcons.eyeSlash, size: 55), SizedBox(height: 20), Text( "To scan a QR code you must give 10101 permission to access the camera.",