dhre-ui-kit 0.0.372 → 0.0.373

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.mjs CHANGED
@@ -353,7 +353,7 @@ const CustomTypography = ({
353
353
  style: [textStyle, styles$B.container, style],
354
354
  ...props
355
355
  },
356
- text
356
+ "Testing"
357
357
  );
358
358
  };
359
359
  const styles$B = StyleSheet.create({
@@ -372,7 +372,7 @@ const CustomText = ({
372
372
  CustomTypography,
373
373
  {
374
374
  variant,
375
- text: text || "",
375
+ text: "Testing",
376
376
  style: [{ color: theme[textColor] }, style],
377
377
  ...props
378
378
  }