@swype-org/react-sdk 0.1.17 → 0.1.18

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.cjs CHANGED
@@ -107,7 +107,8 @@ function SwypeProvider({
107
107
  appId: SWYPE_PRIVY_APP_ID,
108
108
  config: {
109
109
  appearance: {
110
- theme
110
+ theme,
111
+ accentColor: getTheme(theme).accent
111
112
  }
112
113
  },
113
114
  children: /* @__PURE__ */ jsxRuntime.jsx(SwypeContext.Provider, { value, children })