@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3334,9 +3334,9 @@ function ResendInviteConfirmDialog({
|
|
|
3334
3334
|
onOpenChange: (o) => {
|
|
3335
3335
|
if (!o) onClose();
|
|
3336
3336
|
},
|
|
3337
|
-
children: /* @__PURE__ */ jsxs(DialogContent, { className: "sm:max-w-sm", children: [
|
|
3337
|
+
children: /* @__PURE__ */ jsxs(DialogContent, { className: "sm:max-w-sm text-muted-foreground [&>button]:text-muted-foreground/70 [&>button:hover]:text-foreground", children: [
|
|
3338
3338
|
/* @__PURE__ */ jsxs(DialogHeader, { children: [
|
|
3339
|
-
/* @__PURE__ */ jsx(DialogTitle, { children: (_a = labels == null ? void 0 : labels.title) != null ? _a : "Resend registration invite?" }),
|
|
3339
|
+
/* @__PURE__ */ jsx(DialogTitle, { className: "font-heading text-base text-foreground/80", children: (_a = labels == null ? void 0 : labels.title) != null ? _a : "Resend registration invite?" }),
|
|
3340
3340
|
/* @__PURE__ */ 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." })
|
|
3341
3341
|
] }),
|
|
3342
3342
|
/* @__PURE__ */ jsxs("div", { className: "flex items-start gap-2 rounded-lg bg-amber-500/10 border border-amber-500/30 px-3 py-2", children: [
|