@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.js CHANGED
@@ -925,7 +925,7 @@ var Popup = ({
925
925
  flexDirection: "row",
926
926
  alignItems: "center",
927
927
  justifyContent: "center",
928
- height: "30@ms"
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, { color: "textSecondary", align: "center" }, title)), /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.content }, children))
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
  ));