@bbki.ng/components 2.2.5 → 2.2.6

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.cjs CHANGED
@@ -1115,7 +1115,7 @@ var RandomRowsLayout = import_react20.default.memo(
1115
1115
  // lib/img/Gallery.tsx
1116
1116
  var defaultImageRenderer = (img, index, col) => {
1117
1117
  return /* @__PURE__ */ import_react21.default.createElement("div", {
1118
- className: (0, import_classnames12.default)("mb-256", {
1118
+ className: (0, import_classnames12.default)("mb-128", {
1119
1119
  "md:mr-64": col === 0,
1120
1120
  "md:ml-64": col !== 0
1121
1121
  })