dhre-ui-kit 0.0.353 → 0.0.355

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
@@ -783,7 +783,8 @@ const createStyles$3 = (theme) => {
783
783
  backgroundColor: "rgba(0, 0, 0, 0.3)"
784
784
  },
785
785
  box: {
786
- padding: 24,
786
+ width: horizontalScale(148),
787
+ paddingVertical: 24,
787
788
  backgroundColor: theme.SURFACE_PRIMARY,
788
789
  borderRadius: 16,
789
790
  justifyContent: "center",
@@ -801,7 +802,6 @@ const createStyles$3 = (theme) => {
801
802
  alignItems: "center"
802
803
  },
803
804
  text: {
804
- flex: 1,
805
805
  marginTop: 16,
806
806
  textAlign: "center",
807
807
  alignSelf: "center",
@@ -2538,7 +2538,7 @@ const CustomLoader = ({
2538
2538
  autoPlay: true,
2539
2539
  loop: true
2540
2540
  }
2541
- ), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2541
+ )), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2542
2542
  CustomText$1,
2543
2543
  {
2544
2544
  text: loadingText,
@@ -2546,7 +2546,7 @@ const CustomLoader = ({
2546
2546
  variant: FontStyle.B4_REGULAR,
2547
2547
  textColor: "#000000"
2548
2548
  }
2549
- )))));
2549
+ ))));
2550
2550
  }
2551
2551
  };
2552
2552
  var CustomLoader$1 = withThemeProvider(CustomLoader);