fixed style

This commit is contained in:
2025-10-31 20:26:32 -06:00
parent 9e80880ed3
commit 1c6c68de6a
8 changed files with 94 additions and 65 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ export default function BarcodeScanner({ onScan }: BarcodeScannerProps) {
type: "LiveStream",
target: scannerRef.current,
constraints: {
width: 640,
height: 370,
width: 300,
height: 500,
facingMode: "environment",
},
},