dhre-ui-kit 0.0.146 → 0.0.147

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/lib/index.js CHANGED
@@ -3081,7 +3081,7 @@ const FeedbackForm = ({
3081
3081
  }) => {
3082
3082
  const maxChars = 200;
3083
3083
  const { theme } = useTheme();
3084
- const styles = createStyles$1({ theme });
3084
+ const styles = createStyles$1(theme);
3085
3085
  return /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles.container }, /* @__PURE__ */ React__default["default"].createElement(
3086
3086
  CustomText$1,
3087
3087
  {