@trops/dash-react 1.0.7 → 1.0.8

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
@@ -1640,7 +1640,7 @@ var MenuItem3 = function MenuItem3(_ref3) {
1640
1640
  selected: selected,
1641
1641
  grow: grow
1642
1642
  });
1643
- var baseStyles = "".concat(onClick && "cursor-pointer", " px-2 py-1 rounded-md items-center space-x-2 ").concat(border === true && "border-2");
1643
+ var baseStyles = "".concat(onClick && "cursor-pointer", " px-3 py-1.5 rounded-md items-center space-x-2 ").concat(border === true && "border-2");
1644
1644
  var baseTextStyles = "text-sm font-normal";
1645
1645
  var uuid = getUUID$1(id, "menu-item");
1646
1646
  return /*#__PURE__*/jsx("div", {