Skip to content

Commit

Permalink
chore: Replace missing camera permission icon
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Dec 8, 2023
1 parent 1a514d6 commit 8972658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/features/wallet/scanner_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
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.",
Expand Down

0 comments on commit 8972658

Please sign in to comment.