@marcoschwartz/lite-ui 0.23.0 → 0.23.1

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
@@ -1667,7 +1667,7 @@ var Card = ({
1667
1667
  return /* @__PURE__ */ jsx83(
1668
1668
  "div",
1669
1669
  {
1670
- className: `bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-[--radius] border border-[hsl(var(--border))] shadow-sm ${paddingClass} ${hoverClass} ${className}`,
1670
+ className: `bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-lg border border-[hsl(var(--border))] shadow-sm ${paddingClass} ${hoverClass} ${className}`,
1671
1671
  ...props,
1672
1672
  children
1673
1673
  }