@wmoney/ui-kit 1.0.22 → 1.0.23
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.js
CHANGED
|
@@ -14686,7 +14686,7 @@ function jw({ password: e }) {
|
|
|
14686
14686
|
children: a.map((e, t) => /* @__PURE__ */ g("div", {
|
|
14687
14687
|
className: "flex flex-row gap-1 items-center",
|
|
14688
14688
|
children: [o(e.valid), /* @__PURE__ */ h("span", {
|
|
14689
|
-
className: "font-medium",
|
|
14689
|
+
className: "text-muted font-medium",
|
|
14690
14690
|
children: e.label
|
|
14691
14691
|
})]
|
|
14692
14692
|
}, t))
|