@rehagro/ui 1.0.22 → 1.0.24

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
@@ -813,7 +813,7 @@ var Button = forwardRef(function Button2({
813
813
  style: computedStyle,
814
814
  className: [
815
815
  "rh-inline-flex rh-items-center rh-justify-center rh-gap-2",
816
- "rh-border rh-font-display rh-font-medium",
816
+ "rh-border rh-font-display",
817
817
  "rh-transition-colors rh-duration-150",
818
818
  "focus-visible:rh-outline-none focus-visible:rh-ring-2 focus-visible:rh-ring-ring focus-visible:rh-ring-offset-2",
819
819
  preset && !hasCustomHover ? variantColorClasses[variant][color] : "",