@useblu/ocean-react 1.112.1 → 1.113.0

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/index.js CHANGED
@@ -8715,7 +8715,7 @@ var Modal = function (_a) {
8715
8715
  beforeClose: 'ods-modal__content--before-close',
8716
8716
  }, onRequestClose: onRequestClose }, rest),
8717
8717
  e.createElement("div", { className: "ods-modal__header" }, !disableClose && (e.createElement("button", { type: "button", className: "ods-modal__header-close", "aria-label": "Close modal", onClick: onRequestClose },
8718
- e.createElement(yo, null)))),
8718
+ e.createElement(yo, { size: 20 })))),
8719
8719
  e.createElement("div", { className: "ods-modal__body" }, children)));
8720
8720
  };
8721
8721