@neowhale/storefront 0.2.59 → 0.2.60
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.
package/dist/landing.global.js
CHANGED
|
@@ -617,8 +617,8 @@ var WhaleStorefront = (function (exports) {
|
|
|
617
617
|
marginTop: "1rem",
|
|
618
618
|
width: "100%",
|
|
619
619
|
padding: "0.875rem",
|
|
620
|
-
background: theme.
|
|
621
|
-
color:
|
|
620
|
+
background: theme.fg,
|
|
621
|
+
color: theme.bg,
|
|
622
622
|
border: "none",
|
|
623
623
|
fontSize: "0.85rem",
|
|
624
624
|
fontWeight: 500,
|
package/dist/react/index.cjs
CHANGED
|
@@ -2356,8 +2356,8 @@ function HeroInlineForm({ ctaText, formOpen, setFormOpen, firstName, setFirstNam
|
|
|
2356
2356
|
marginTop: "1rem",
|
|
2357
2357
|
width: "100%",
|
|
2358
2358
|
padding: "0.875rem",
|
|
2359
|
-
background: theme.
|
|
2360
|
-
color:
|
|
2359
|
+
background: theme.fg,
|
|
2360
|
+
color: theme.bg,
|
|
2361
2361
|
border: "none",
|
|
2362
2362
|
fontSize: "0.85rem",
|
|
2363
2363
|
fontWeight: 500,
|