update | 30

temp
mahdi 2 years ago
parent 9f58f360a3
commit 3bb37b64b4
  1. 2
      src/views/Dashboard/layouts/Mobile/ProfileAddress/index.js
  2. 6
      src/views/ShoppingCart/Product/index.js
  3. 2
      src/views/ShoppingCart/index.js

@ -147,7 +147,7 @@ const Location = ({
ویرایش
</Link>
<button
className="py-3 pr-2 pl-10 border-none m-0 text-sm text-red19 font-bold"
className="py-3 pr-2 pl-10 border-none m-0 bg-blue-300 text-sm text-red19 font-bold"
onClick={() => delAddress(address.id)}
>
حذف

@ -29,7 +29,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) {
</span>
</div>
</div>
<div className={"flex flex-col justify-between items-end"}>
<div className="flex flex-col justify-between items-end ">
<img
src={exitIcon}
className="w-4"
@ -86,7 +86,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) {
}
src={deleteIcon}
alt="delete"
className="border border-red-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer"
className="border border-blue-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer"
/>
) : (
<button
@ -177,7 +177,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) {
}
src={deleteIcon}
alt="delete"
className="border border-red-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer"
className="border border-red-300 border-solid p-1 w-7 bg-red-100 rounded-md cursor-pointer"
/>
) : (
<button

@ -86,7 +86,7 @@ function ShoppingCart({
<div className="w-full flex flex-col">
<header className="w-full flex flex-row gap-10">
<strong className="w-3/4 pb-2 border-b border-solid border-gray-200 text-gray70 text-sm font-normal">
کالاهای انتخابی{" "}
کالاهای انتخابی
</strong>
<strong className="w-1/4 pb-2 border-b border-solid border-gray-200 text-gray70 text-sm font-normal">
تعداد سفارش

Loading…
Cancel
Save