File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const DisplayProducts = ({ products }: IDisplayProductsProps) => (
124
124
{ variations && filteredVariantPrice ( price , '' ) }
125
125
{ ! variations && salePrice }
126
126
</ div >
127
- < div className = "pt-1 ml-2 text-gray-900 line-through text-lg" >
127
+ < div className = "pt-1 ml-2 text-gray-500 line-through text-lg" >
128
128
{ variations && filteredVariantPrice ( price , 'right' ) }
129
129
{ ! variations && regularPrice }
130
130
</ div >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const SingleProduct = ({ product }: IProductRootObject) => {
85
85
{ /* Display sale price when on sale */ }
86
86
{ onSale && (
87
87
< div className = "flex flex-col md:flex-row items-center md:items-start mb-4" >
88
- < p className = "text-3xl font-bold text-red-600 " >
88
+ < p className = "text-3xl font-bold text-gray-900 " >
89
89
{ product . variations && filteredVariantPrice ( price , '' ) }
90
90
{ ! product . variations && salePrice }
91
91
</ p >
You can’t perform that action at this time.
0 commit comments