ywana-core8 0.0.523 → 0.0.524

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.
@@ -1393,7 +1393,7 @@ var DropDown = function DropDown(props) {
1393
1393
  return /*#__PURE__*/React.createElement("li", {
1394
1394
  key: option.value,
1395
1395
  value: option.value
1396
- }, option.label);
1396
+ }, /*#__PURE__*/React.createElement(Text, null, option.label));
1397
1397
  });
1398
1398
  return /*#__PURE__*/React.createElement("menu", null, /*#__PURE__*/React.createElement("ul", {
1399
1399
  onMouseDown: select