This commit is contained in:
2025-07-18 16:10:13 +03:00
parent 5487242bbe
commit ab0834149d
13 changed files with 58 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ export default function CartItems({ cart, items, productColumnLabelKey }: {
return (
<Table className="rounded-lg border border-separate">
<TableHeader className="text-ui-fg-subtle txt-medium-plus">
<TableRow className="">
<TableRow>
<TableHead className="px-6">
<Trans i18nKey={productColumnLabelKey} />
</TableHead>