diff --git a/src/App.js b/src/App.js index 19de82f..c25dad8 100644 --- a/src/App.js +++ b/src/App.js @@ -17,18 +17,18 @@ function App() { return (
23%
+
این کتاب شامل گلدان و گیاه و خاک می باشد و همچنین آپشن های خوب دیگری نیز دارد.
)} {productCat && ( - + پایه سوم )}145تومان @@ -240,16 +249,25 @@ export default ProductDesign; // text-darkCrimsonTextColor // text-productTitle +// text color i used for product excerpt: +// text-productContent + +// text color i used for product cat: +// text-darkCrimsonTextColor + ProductDesign.defaultProps = { + // icons on product image colors: true, likeBtn: true, discount: true, discountPricePercent: true, + // product price discountPrice: true, + priceHolder: true, + productContent: true, star: true, productTags: true, - priceHolder: true, productCat: true, rangeHolder: true, @@ -257,8 +275,11 @@ ProductDesign.defaultProps = { verticalImg: true, horizontalImg: false, - productTitleColor: "text-darkCrimsonTextColor", + productTitleColor: "text-productTitle", + productExcerptTextColor: "text-productContent", + + productCatTextColor: "text-darkCrimsonTextColor", // برای درصد دادن به عرض رنج rangeWidth: "w-44", //دی ای وی که محصول داخلش است میتونیم بهش بوردر بدیم @@ -269,5 +290,3 @@ ProductDesign.defaultProps = { //میتونیم تعیین کنیم که قیمت و دکمه اضاف به سبد خرید کنار یکدیگر باشند یا زیر هم priceDirection: "flex-row", }; - -// border-2 border-productDesignBorderColor