dhre-ui-kit 0.0.186 → 0.0.188
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
|
@@ -2016,7 +2016,7 @@ const styles$k = reactNative.StyleSheet.create({
|
|
|
2016
2016
|
borderRadius: moderateScale(8),
|
|
2017
2017
|
overflow: "hidden"
|
|
2018
2018
|
},
|
|
2019
|
-
toastContainer: { flex: 1, alignItems: "center" },
|
|
2019
|
+
toastContainer: { flex: 1, alignItems: "center", justifyContent: "center" },
|
|
2020
2020
|
innerContainer: {
|
|
2021
2021
|
flexDirection: "row",
|
|
2022
2022
|
alignItems: "center",
|
|
@@ -2029,7 +2029,7 @@ const styles$k = reactNative.StyleSheet.create({
|
|
|
2029
2029
|
flex: 1,
|
|
2030
2030
|
color: "#fff",
|
|
2031
2031
|
textAlign: "center",
|
|
2032
|
-
marginLeft: horizontalScale(
|
|
2032
|
+
marginLeft: horizontalScale(4)
|
|
2033
2033
|
},
|
|
2034
2034
|
button: {
|
|
2035
2035
|
marginLeft: 9
|