@datavac/ui-kit 1.2.0 → 1.2.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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6338,7 +6338,7 @@ var Du = {
|
|
|
6338
6338
|
lg: "px-8 py-6"
|
|
6339
6339
|
}, Ou = r(({ className: e, padding: t = "md", shadow: n = !0, children: r, ...i }, a) => /* @__PURE__ */ d("div", {
|
|
6340
6340
|
ref: a,
|
|
6341
|
-
className: G("bg-card rounded-card", n && "shadow-[0_4px_50px_rgba(0,0,0,0.03)]", Du[t], e),
|
|
6341
|
+
className: G("bg-card rounded-card text-fg", n && "shadow-[0_4px_50px_rgba(0,0,0,0.03)]", Du[t], e),
|
|
6342
6342
|
...i,
|
|
6343
6343
|
children: r
|
|
6344
6344
|
}));
|