@planetaexo/design-system 0.37.0 → 0.37.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.cjs CHANGED
@@ -3355,9 +3355,9 @@ function ResendInviteConfirmDialog({
3355
3355
  onOpenChange: (o) => {
3356
3356
  if (!o) onClose();
3357
3357
  },
3358
- children: /* @__PURE__ */ jsxRuntime.jsxs(DialogContent, { className: "sm:max-w-sm", children: [
3358
+ children: /* @__PURE__ */ jsxRuntime.jsxs(DialogContent, { className: "sm:max-w-sm text-muted-foreground [&>button]:text-muted-foreground/70 [&>button:hover]:text-foreground", children: [
3359
3359
  /* @__PURE__ */ jsxRuntime.jsxs(DialogHeader, { children: [
3360
- /* @__PURE__ */ jsxRuntime.jsx(DialogTitle, { children: (_a = labels == null ? void 0 : labels.title) != null ? _a : "Resend registration invite?" }),
3360
+ /* @__PURE__ */ jsxRuntime.jsx(DialogTitle, { className: "font-heading text-base text-foreground/80", children: (_a = labels == null ? void 0 : labels.title) != null ? _a : "Resend registration invite?" }),
3361
3361
  /* @__PURE__ */ jsxRuntime.jsx(DialogDescription, { children: (_b = labels == null ? void 0 : labels.body) != null ? _b : "The traveller will receive the registration form link again. This action cannot be undone." })
3362
3362
  ] }),
3363
3363
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start gap-2 rounded-lg bg-amber-500/10 border border-amber-500/30 px-3 py-2", children: [