@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.
@@ -2354,8 +2354,8 @@ function HeroInlineForm({ ctaText, formOpen, setFormOpen, firstName, setFirstNam
2354
2354
  marginTop: "1rem",
2355
2355
  width: "100%",
2356
2356
  padding: "0.875rem",
2357
- background: theme.accent || theme.fg,
2358
- color: "#fff",
2357
+ background: theme.fg,
2358
+ color: theme.bg,
2359
2359
  border: "none",
2360
2360
  fontSize: "0.85rem",
2361
2361
  fontWeight: 500,