@hoddy-ui/next 2.0.40 → 2.0.41
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -925,7 +925,7 @@ var Popup = ({
|
|
|
925
925
|
flexDirection: "row",
|
|
926
926
|
alignItems: "center",
|
|
927
927
|
justifyContent: "center",
|
|
928
|
-
height: "
|
|
928
|
+
height: "50@ms"
|
|
929
929
|
},
|
|
930
930
|
titleIcon: {
|
|
931
931
|
position: "absolute",
|
|
@@ -995,7 +995,7 @@ var Popup = ({
|
|
|
995
995
|
icon: "close",
|
|
996
996
|
onPress: closeAction
|
|
997
997
|
}
|
|
998
|
-
)), /* @__PURE__ */ import_react11.default.createElement(Typography_default, {
|
|
998
|
+
)), /* @__PURE__ */ import_react11.default.createElement(Typography_default, { align: "center", fontWeight: 500 }, title)), /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.content }, children))
|
|
999
999
|
)))
|
|
1000
1000
|
))
|
|
1001
1001
|
));
|