hey-pharmacist-ecommerce 1.1.1 → 1.1.2

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/index.js CHANGED
@@ -103,7 +103,7 @@ function ThemeProvider({ config, children }) {
103
103
  root.style.setProperty(`--header-via`, primaryShades[600]);
104
104
  root.style.setProperty(`--header-to`, secondaryShades[600]);
105
105
  }
106
- }, [config.colors]);
106
+ }, [config]);
107
107
  return /* @__PURE__ */ React19__default.default.createElement(ThemeContext.Provider, { value: { config } }, children);
108
108
  }
109
109