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 ( -
{productCat}
+{productCat}
{item.description}
+{item.description}
- {item.subtitle} +
+ {item.subtitle} {item.title}
{item.customerSatisfaction && ( -+
رضایت خریداران: - + {item.customerSatisfactionPercent}
@@ -39,16 +39,16 @@ const AddToCart2 = ({ items, productPrice, discountPrice }) => { )}+
{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",