Skip to content

Commit 82da330

Browse files
committed
fix: Update barcode scanner icon for consistency
1 parent 510d026 commit 82da330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/lib/widgets/add_book/add_physical_book_sheet.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ class _PhysicalBookContentState extends State<_PhysicalBookContent> {
539539
// Scan barcode button — full width, consistent with form
540540
OutlinedButton.icon(
541541
onPressed: isFetching ? null : _onScanBarcode,
542-
icon: const Icon(Icons.qr_code_scanner),
542+
icon: const Icon(Icons.barcode_reader),
543543
label: const Text('Scan barcode'),
544544
),
545545

0 commit comments

Comments
 (0)