dhre-ui-kit 0.0.352 → 0.0.353

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
@@ -765,6 +765,7 @@ const createStyles$3 = (theme) => {
765
765
  alignItems: "center"
766
766
  },
767
767
  text: {
768
+ flex: 1,
768
769
  marginTop: 16,
769
770
  textAlign: "center",
770
771
  alignSelf: "center",
@@ -2507,8 +2508,7 @@ const CustomLoader = ({
2507
2508
  text: loadingText,
2508
2509
  style: styles.text,
2509
2510
  variant: FontStyle.B4_REGULAR,
2510
- textColor: "#000000",
2511
- numberOfLines: 2
2511
+ textColor: "#000000"
2512
2512
  }
2513
2513
  )))));
2514
2514
  }