@melv1c/ui-kit 1.2.1 → 1.2.2

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 CHANGED
@@ -4220,7 +4220,7 @@ function LoginForm({
4220
4220
  };
4221
4221
  const displayTitle = title ?? t("loginForm.title");
4222
4222
  const displayDescription = description ?? t("loginForm.description");
4223
- return /* @__PURE__ */ jsxs(Card, { className: cn("w-full min-w-md", className), children: [
4223
+ return /* @__PURE__ */ jsxs(Card, { className: cn("w-full max-w-md", className), children: [
4224
4224
  /* @__PURE__ */ jsxs(CardHeader, { className: "text-center", children: [
4225
4225
  /* @__PURE__ */ jsx(CardTitle, { className: "text-xl", children: displayTitle }),
4226
4226
  /* @__PURE__ */ jsx(CardDescription, { children: displayDescription })