dhre-ui-kit 0.0.186 → 0.0.187

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",