@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -594,7 +594,7 @@ var Card = ({
|
|
|
594
594
|
{
|
|
595
595
|
className: cn(
|
|
596
596
|
"rounded-2xl md:rounded-3xl bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
|
|
597
|
-
"shadow-sm md:hover:shadow-md
|
|
597
|
+
"shadow-sm md:hover:shadow-md border border-border",
|
|
598
598
|
hoverable && "md:hover:-translate-y-0.5 md:hover:border-primary/15",
|
|
599
599
|
clickable && "cursor-pointer active:translate-y-px md:hover:bg-accent/5",
|
|
600
600
|
"backdrop-blur-sm",
|