@payfit/unity-components
Version:
16 lines (15 loc) • 520 B
JavaScript
import { Text as e } from "../../text/Text.js";
import { jsx as t } from "react/jsx-runtime";
//#region src/components/promo-dialog/parts/PromoDialogSubtitle.tsx
var n = ({ children: n, ...r }) => /* @__PURE__ */ t(e, {
...r,
variant: "body",
asElement: "h4",
color: "content.neutral.lowest",
"data-unity-slot": "promo-dialog.subtitle",
className: "uy:typography-body-small uy:md:typography-body uy:mb-100",
children: n
});
n.displayName = "PromoDialogSubtitle";
//#endregion
export { n as PromoDialogSubtitle };