dhre-ui-kit 0.0.373 → 0.0.374

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
@@ -389,7 +389,7 @@ const CustomTypography = ({
389
389
  style: [textStyle, styles$B.container, style],
390
390
  ...props
391
391
  },
392
- "Testing"
392
+ text
393
393
  );
394
394
  };
395
395
  const styles$B = reactNative.StyleSheet.create({
@@ -408,7 +408,7 @@ const CustomText = ({
408
408
  CustomTypography,
409
409
  {
410
410
  variant,
411
- text: "Testing",
411
+ text: text || "",
412
412
  style: [{ color: theme[textColor] }, style],
413
413
  ...props
414
414
  }