Skip to content

Commit 837978c

Browse files
committed
Fix camera icon for linux target
1 parent f2873f3 commit 837978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/search_ol_screen/search_ol_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class _SearchOLScreenState extends State<SearchOLScreen>
391391
actions: [
392392
IconButton(
393393
onPressed: _startScanner,
394-
icon: const FaIcon(FontAwesomeIcons.solidCamera, size: 18),
394+
icon: FaIcon(FontAwesomeIcons.camera, size: 18),
395395
),
396396
],
397397
),

0 commit comments

Comments
 (0)