@underverse-ui/underverse 0.2.74 → 0.2.75

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
@@ -421,7 +421,7 @@ var Card = ({
421
421
  {
422
422
  className: cn(
423
423
  "rounded-2xl md:rounded-3xl bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
424
- "shadow-sm md:hover:shadow-md mx-2 md:mx-0 border border-border",
424
+ "shadow-sm md:hover:shadow-md border border-border",
425
425
  hoverable && "md:hover:-translate-y-0.5 md:hover:border-primary/15",
426
426
  clickable && "cursor-pointer active:translate-y-px md:hover:bg-accent/5",
427
427
  "backdrop-blur-sm",