@codesinger0/shared-components 1.1.101 → 1.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,7 +106,7 @@ const SmallItemCard = ({
106
106
  <div className="space-y-2">
107
107
  <div className="flex items-center justify-between">
108
108
  <div className="flex items-center gap-2">
109
- <span className="price-tag text-green-600">
109
+ <span className="price-tag">
110
110
  ₪{discountPrice}
111
111
  </span>
112
112
  <span className="text-sm text-gray-400 line-through">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.101",
3
+ "version": "1.1.102",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [