@julseb-lib/react 1.0.27 → 1.0.28

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
@@ -4091,7 +4091,7 @@ var Button = ({
4091
4091
  {
4092
4092
  ref,
4093
4093
  className: clsx(
4094
- "inline-flex items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
4094
+ "inline-flex justify-center items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
4095
4095
  genBorderRadius[borderRadius],
4096
4096
  variant === "plain" && [
4097
4097
  genBgColorHover[color],