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.mjs CHANGED
@@ -1983,7 +1983,7 @@ const styles$k = StyleSheet.create({
1983
1983
  borderRadius: moderateScale(8),
1984
1984
  overflow: "hidden"
1985
1985
  },
1986
- toastContainer: { flex: 1, alignItems: "center" },
1986
+ toastContainer: { flex: 1, alignItems: "center", justifyContent: "center" },
1987
1987
  innerContainer: {
1988
1988
  flexDirection: "row",
1989
1989
  alignItems: "center",
@@ -1996,7 +1996,7 @@ const styles$k = StyleSheet.create({
1996
1996
  flex: 1,
1997
1997
  color: "#fff",
1998
1998
  textAlign: "center",
1999
- marginLeft: horizontalScale(8)
1999
+ marginLeft: horizontalScale(4)
2000
2000
  },
2001
2001
  button: {
2002
2002
  marginLeft: 9