@codesinger0/shared-components 1.1.37 → 1.1.38

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.
@@ -569,8 +569,8 @@ const OrderForm = ({
569
569
 
570
570
  <div className="grid grid-cols-1 md:grid-cols-2 gap-4">
571
571
  <label className={`glass-card p-4 cursor-pointer border-2 transition-colors duration-200 ${formData.deliveryMethod === 'delivery'
572
- ? 'border-primary bg-opacity-20'
573
- : 'border-transparent hover:border-gray-300'
572
+ ? 'border-gray-300 bg-opacity-20'
573
+ : 'border-transparent hover:border-gray-100'
574
574
  }`}>
575
575
  <input
576
576
  type="radio"
@@ -590,8 +590,8 @@ const OrderForm = ({
590
590
  </label>
591
591
 
592
592
  <label className={`glass-card p-4 cursor-pointer border-2 transition-colors duration-200 ${formData.deliveryMethod === 'pickup'
593
- ? 'border-primary bg-opacity-20'
594
- : 'border-transparent hover:border-gray-300'
593
+ ? 'border-gray-300 bg-opacity-20'
594
+ : 'border-transparent hover:border-gray-100'
595
595
  }`}>
596
596
  <input
597
597
  type="radio"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.37",
3
+ "version": "1.1.38",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [