@comercti/react-components-hmg 0.3.6 → 0.3.7

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.
@@ -2194,7 +2194,7 @@ const zs = (e) => (St.value = e, Ke.value = e.itemsSelection.map((t) => ({ ...t
2194
2194
  } = zs(a);
2195
2195
  return (c, b) => (r(), d("div", Ts, [
2196
2196
  s("button", {
2197
- class: h(["flex items-center justify-between gap-2 rounded-lg py-2 px-4 bg-white w-full", {
2197
+ class: h(["flex items-center justify-between gap-2 rounded-lg py-2 px-4 bg-white w-full mt-1", {
2198
2198
  "ring-2 ring-[#89BB76]/50 ring-offset-2 border-ce_light_green": n(l) && c.variant === "outlined",
2199
2199
  "text-ce_dark_gray": c.variant === "text",
2200
2200
  "border-2 border-solid ": c.variant === "outlined"