We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510d026 commit 82da330Copy full SHA for 82da330
1 file changed
client/lib/widgets/add_book/add_physical_book_sheet.dart
@@ -539,7 +539,7 @@ class _PhysicalBookContentState extends State<_PhysicalBookContent> {
539
// Scan barcode button — full width, consistent with form
540
OutlinedButton.icon(
541
onPressed: isFetching ? null : _onScanBarcode,
542
- icon: const Icon(Icons.qr_code_scanner),
+ icon: const Icon(Icons.barcode_reader),
543
label: const Text('Scan barcode'),
544
),
545
0 commit comments