diff --git a/src/components/scanner/AutoScanningCamera.tsx b/src/components/scanner/AutoScanningCamera.tsx index 8fdc154..e8758b0 100644 --- a/src/components/scanner/AutoScanningCamera.tsx +++ b/src/components/scanner/AutoScanningCamera.tsx @@ -376,7 +376,7 @@ const AutoScanningCamera: React.FC = ({ }; return ( -
+
{/* Scanning Toast */} = ({ {/* OCR Configuration Warning */} {!isOcrConfigured && isStreaming && ( -
-
- ⚠️ -
-

OCR Not Configured

-

+

+
+ ⚠️ +
+

OCR Not Configured

+

Please configure your OpenAI API key in Settings to enable card scanning.

@@ -400,39 +400,61 @@ const AutoScanningCamera: React.FC = ({
)} - {/* Camera Preview */} -
+ {/* Camera Preview - Mobile optimized */} +