sku fix 2

This commit is contained in:
2026-03-14 21:40:28 -05:00
parent 240922b417
commit ce2f94c17e

View File

@@ -350,10 +350,10 @@ export function InventoryFormPage({ mode }: InventoryFormPageProps) {
updateComponentSearchTerm(index, option.sku);
setActiveComponentPicker(null);
}}
className="block w-full border-b border-line/50 px-4 py-3 text-left text-sm text-text transition last:border-b-0 hover:bg-page/70"
title={option.name}
className="block w-full border-b border-line/50 px-4 py-2 text-left text-sm font-semibold text-text transition last:border-b-0 hover:bg-page/70"
>
<div className="font-semibold">{option.sku}</div>
<div className="mt-1 text-xs text-muted">{option.name}</div>
{option.sku}
</button>
))}
{componentOptions.filter((option) => {