@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1829,7 +1829,7 @@ var Card = ({
|
|
|
1829
1829
|
return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
1830
1830
|
"div",
|
|
1831
1831
|
{
|
|
1832
|
-
className: `bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-
|
|
1832
|
+
className: `bg-[hsl(var(--card))] text-[hsl(var(--card-foreground))] rounded-lg border border-[hsl(var(--border))] shadow-sm ${paddingClass} ${hoverClass} ${className}`,
|
|
1833
1833
|
...props,
|
|
1834
1834
|
children
|
|
1835
1835
|
}
|