@melv1c/ui-kit 1.2.1 → 1.3.0
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 +5 -1
package/dist/index.cjs
CHANGED
|
@@ -4263,7 +4263,7 @@ function LoginForm({
|
|
|
4263
4263
|
};
|
|
4264
4264
|
const displayTitle = title ?? t("loginForm.title");
|
|
4265
4265
|
const displayDescription = description ?? t("loginForm.description");
|
|
4266
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: chunkI7WHASOO_cjs.cn("w-full
|
|
4266
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Card, { className: chunkI7WHASOO_cjs.cn("w-full max-w-md", className), children: [
|
|
4267
4267
|
/* @__PURE__ */ jsxRuntime.jsxs(CardHeader, { className: "text-center", children: [
|
|
4268
4268
|
/* @__PURE__ */ jsxRuntime.jsx(CardTitle, { className: "text-xl", children: displayTitle }),
|
|
4269
4269
|
/* @__PURE__ */ jsxRuntime.jsx(CardDescription, { children: displayDescription })
|