dhre-ui-kit 0.0.185 → 0.0.186
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 +4 -14
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -14
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1983,33 +1983,23 @@ const styles$k = StyleSheet.create({
|
|
|
1983
1983
|
borderRadius: moderateScale(8),
|
|
1984
1984
|
overflow: "hidden"
|
|
1985
1985
|
},
|
|
1986
|
-
toastContainer: {
|
|
1987
|
-
flex: 1,
|
|
1988
|
-
justifyContent: "center"
|
|
1989
|
-
},
|
|
1986
|
+
toastContainer: { flex: 1, alignItems: "center" },
|
|
1990
1987
|
innerContainer: {
|
|
1991
1988
|
flexDirection: "row",
|
|
1992
1989
|
alignItems: "center",
|
|
1993
|
-
// Center items vertically
|
|
1994
|
-
justifyContent: "center",
|
|
1995
|
-
// Center items horizontally
|
|
1996
1990
|
paddingHorizontal: horizontalScale(12)
|
|
1997
1991
|
},
|
|
1998
1992
|
icon: {
|
|
1999
|
-
marginRight:
|
|
2000
|
-
// Adjust spacing from the text
|
|
1993
|
+
marginRight: 9
|
|
2001
1994
|
},
|
|
2002
1995
|
messageText: {
|
|
2003
1996
|
flex: 1,
|
|
2004
|
-
// Ensures the message takes available space
|
|
2005
1997
|
color: "#fff",
|
|
2006
1998
|
textAlign: "center",
|
|
2007
|
-
|
|
2008
|
-
marginHorizontal: horizontalScale(8)
|
|
1999
|
+
marginLeft: horizontalScale(8)
|
|
2009
2000
|
},
|
|
2010
2001
|
button: {
|
|
2011
|
-
marginLeft:
|
|
2012
|
-
// Adjust spacing between text and button
|
|
2002
|
+
marginLeft: 9
|
|
2013
2003
|
},
|
|
2014
2004
|
buttonText: {
|
|
2015
2005
|
textDecorationLine: "underline",
|