changed some color and fix some styles
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user