style: step 11 - uniform text tokens in remaining components

This commit is contained in:
2026-04-19 12:09:22 +03:00
parent 1850fea170
commit d7fa470bcb
5 changed files with 5 additions and 5 deletions

View File

@@ -513,7 +513,7 @@ export default function AIOnboarding({ onCancel, onComplete, categories, invento
<textarea
value={extractedItems[editingIndex].OCR || extractedItems[editingIndex].ocr_text || ''}
onChange={(e) => updateEditingItem({ OCR: e.target.value })}
className="bg-transparent w-full text-sm font-bold leading-tight outline-none resize-none h-10 text-slate-200 py-0 scrollbar-hide"
className="bg-transparent w-full text-sm font-bold leading-tight outline-none resize-none h-10 text-secondary py-0 scrollbar-hide"
placeholder="Heuristic string for local matching..."
/>
</div>