ywana-core8 0.0.879 → 0.0.880

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.
@@ -412,7 +412,7 @@ var Button = function Button(_ref) {
412
412
  size: "small",
413
413
  clickable: true,
414
414
  action: click
415
- }) : null, /*#__PURE__*/React.createElement(Text, null, label));
415
+ }) : null, /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(Text, null, label)));
416
416
  };
417
417
 
418
418
  /**