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 +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -3048,7 +3048,7 @@ const FeedbackForm = ({
|
|
|
3048
3048
|
}) => {
|
|
3049
3049
|
const maxChars = 200;
|
|
3050
3050
|
const { theme } = useTheme();
|
|
3051
|
-
const styles = createStyles$1(
|
|
3051
|
+
const styles = createStyles$1(theme);
|
|
3052
3052
|
return /* @__PURE__ */ React.createElement(View, { style: styles.container }, /* @__PURE__ */ React.createElement(
|
|
3053
3053
|
CustomText$1,
|
|
3054
3054
|
{
|