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.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -801,6 +801,7 @@ const createStyles$3 = (theme) => {
|
|
|
801
801
|
alignItems: "center"
|
|
802
802
|
},
|
|
803
803
|
text: {
|
|
804
|
+
flex: 1,
|
|
804
805
|
marginTop: 16,
|
|
805
806
|
textAlign: "center",
|
|
806
807
|
alignSelf: "center",
|
|
@@ -2543,8 +2544,7 @@ const CustomLoader = ({
|
|
|
2543
2544
|
text: loadingText,
|
|
2544
2545
|
style: styles.text,
|
|
2545
2546
|
variant: FontStyle.B4_REGULAR,
|
|
2546
|
-
textColor: "#000000"
|
|
2547
|
-
numberOfLines: 2
|
|
2547
|
+
textColor: "#000000"
|
|
2548
2548
|
}
|
|
2549
2549
|
)))));
|
|
2550
2550
|
}
|