@codesinger0/shared-components 1.1.78 → 1.1.79

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 Hero = ({
106
106
  {secondaryButtonLabel && onSecondaryClick && (
107
107
  <button
108
108
  onClick={onSecondaryClick}
109
- className="px-6 py-3 border-2 border-primary text-primary bg-main rounded-lg font-semibold hover:bg-primary hover:text-primary-dark transition-all duration-300 shadow-lg"
109
+ className="px-6 py-3 border-1 border-primary text-primary bg-main font-normal hover:bg-primary hover:text-primary-dark transition-all duration-300 shadow-lg"
110
110
  >
111
111
  {secondaryButtonLabel}
112
112
  </button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [