@julseb-lib/react 0.1.54 → 0.1.55

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.js CHANGED
@@ -4051,7 +4051,7 @@ var ButtonGroup = ({
4051
4051
  "button",
4052
4052
  {
4053
4053
  className: clsx(
4054
- "px-2 py-1 outline-none h-full",
4054
+ "px-2 py-1 outline-none h-8",
4055
4055
  size === "small" && "text-sm px-2 py-1",
4056
4056
  genButtonDisabled[variant],
4057
4057
  genRingColor[color],