limbo-component 1.8.2 → 1.8.3

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/limbo.es.js CHANGED
@@ -21611,7 +21611,7 @@ function App({
21611
21611
  }
21612
21612
  console.error("Cropper error:", error);
21613
21613
  };
21614
- return /* @__PURE__ */ jsxs("div", { className: "limbo-card-parent max-w-7xl mx-auto my-8 p-6 shadow-xs w-full", children: [
21614
+ return /* @__PURE__ */ jsxs("div", { className: "limbo-card-parent max-w-7xl mx-auto my-8 p-6 shadow-xs w-full bg-white", children: [
21615
21615
  ui.showTabs && activeTab != "cropper" && /* @__PURE__ */ jsx(Tabs, { tabs, active: activeTab, onChange: handleTabChange }),
21616
21616
  imagesError && /* @__PURE__ */ jsxs("div", { className: "alert alert-danger", children: [
21617
21617
  "Error al cargar imágenes: ",