changed some color and fix some styles

This commit is contained in:
@jcarymuhammedow
2026-02-07 16:06:33 +05:00
parent 022c7290b4
commit b27b8436d1
34 changed files with 999 additions and 368 deletions

View File

@@ -202,6 +202,7 @@ export default function CartPage() {
...item,
quantity: quantity,
price: price,
description: item.product.description,
total: total,
seller: seller,
price_formatted: `${item.product.price_amount} TMT`,