@hoddy-ui/next 2.0.39 → 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.mjs CHANGED
@@ -882,7 +882,7 @@ var Popup = ({
882
882
  flexDirection: "row",
883
883
  alignItems: "center",
884
884
  justifyContent: "center",
885
- height: "30@ms"
885
+ height: "50@ms"
886
886
  },
887
887
  titleIcon: {
888
888
  position: "absolute",
@@ -952,7 +952,7 @@ var Popup = ({
952
952
  icon: "close",
953
953
  onPress: closeAction
954
954
  }
955
- )), /* @__PURE__ */ React11.createElement(Typography_default, { color: "textSecondary", align: "center" }, title)), /* @__PURE__ */ React11.createElement(View5, { style: styles2.content }, children))
955
+ )), /* @__PURE__ */ React11.createElement(Typography_default, { align: "center", fontWeight: 500 }, title)), /* @__PURE__ */ React11.createElement(View5, { style: styles2.content }, children))
956
956
  )))
957
957
  ))
958
958
  ));