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