From 3bd6fb08c61f90dc5f246e32690c2e871d91df01 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 7 Jun 2022 10:46:17 +0430 Subject: [PATCH] update src/components/AddToCart/AddToCart1/index.js, src/components/AddToCart/AddToCart2/index.js and default.js --- src/components/AddToCart/AddToCart1/index.js | 16 +++++------ src/components/AddToCart/AddToCart2/index.js | 28 ++++++++++---------- src/components/ThemeColor/default.js | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/AddToCart/AddToCart1/index.js b/src/components/AddToCart/AddToCart1/index.js index 6f16183..8a646eb 100644 --- a/src/components/AddToCart/AddToCart1/index.js +++ b/src/components/AddToCart/AddToCart1/index.js @@ -26,36 +26,36 @@ const AddToCart1 = ({ }, ]; return ( -
+
{showProduct && ( -
+
productImage

{productName}

-

{productCat}

+

{productCat}

)} {specialities.map((item, index) => (
{item.icon && } -

{item.description}

+

{item.description}

))}
-

+

{price} تومان

{profit && ( -
+
با خرید این کالا {profit} تومان سود کنید
)} diff --git a/src/components/AddToCart/AddToCart2/index.js b/src/components/AddToCart/AddToCart2/index.js index 353ea1c..1f3fa42 100644 --- a/src/components/AddToCart/AddToCart2/index.js +++ b/src/components/AddToCart/AddToCart2/index.js @@ -6,7 +6,7 @@ const AddToCart2 = ({ items, productPrice, discountPrice }) => { return (
-
+
{items.map((item, index) => ( <>
{ key={index} >
- + icon
-

- {item.subtitle} +

+ {item.subtitle} {item.title}

{item.customerSatisfaction && ( -

+

رضایت خریداران: - + {item.customerSatisfactionPercent}

@@ -39,16 +39,16 @@ const AddToCart2 = ({ items, productPrice, discountPrice }) => { )}
{Number(index) !== items.length - 1 && ( -
+
)} ))}
-

+

{productPrice} - تومان + تومان

-

+

با خرید این کالا {discountPrice} صرفه جویی کنید @@ -57,11 +57,11 @@ const AddToCart2 = ({ items, productPrice, discountPrice }) => {

-
+
{ />
-

+

بازگشت بی چون و چرا

-

+

از اونجایی که ما خیلی خوب هستیم و دوستون داریم در صورتی که از کالایی خوشتون نیومده میتونید بی قید و شرط پس بدید

diff --git a/src/components/ThemeColor/default.js b/src/components/ThemeColor/default.js index d541988..3fc1338 100644 --- a/src/components/ThemeColor/default.js +++ b/src/components/ThemeColor/default.js @@ -11,7 +11,7 @@ const defaultTheme = { backgroundText: "#000000", surface: "#ffffff", surfaceText: "#000000", - surfaceBorder: "#c8d6e5", + surfaceBorder: "#dcdde1", info: "#43c1ff", infoText: "#000000", success: "#42b258",