Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecarroz committed Oct 5, 2024
1 parent d941e1d commit 3cc544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/pages/navigation_bar_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NavigationBarPage extends StatelessWidget {
splashColor: ColorPalette.pastelRed,
shape: const CircleBorder(),
child: const Icon(
Icons.photo_camera_outlined,
Icons.qr_code_scanner_rounded,
color: Colors.white,
size: 26,
),
Expand Down

0 comments on commit 3cc544c

Please sign in to comment.