@apteva/apteva-kit 0.1.61 → 0.1.62

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.mjs CHANGED
@@ -1016,7 +1016,7 @@ function Form({ widget, onAction }) {
1016
1016
  renderField(field)
1017
1017
  ] }, field.name)) })
1018
1018
  ] }),
1019
- submitAction && /* @__PURE__ */ jsx6("div", { className: "border-t border-neutral-200 dark:border-neutral-700 p-4", children: /* @__PURE__ */ jsx6(
1019
+ submitAction && /* @__PURE__ */ jsx6("div", { className: "px-4 pb-4", children: /* @__PURE__ */ jsx6(
1020
1020
  "button",
1021
1021
  {
1022
1022
  type: "submit",