@polastack/design-system 0.1.15 → 0.1.16

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
@@ -3736,7 +3736,7 @@ var PrintHeader = React42.forwardRef(
3736
3736
  /* @__PURE__ */ jsxs25("div", { className: "flex items-center gap-3", children: [
3737
3737
  logo && /* @__PURE__ */ jsx44("div", { className: "shrink-0", children: logo }),
3738
3738
  /* @__PURE__ */ jsxs25("div", { children: [
3739
- title && /* @__PURE__ */ jsx44("h1", { className: "text-xl font-bold text-neutral-900 leading-tight", children: title }),
3739
+ title && /* @__PURE__ */ jsx44("h1", { className: "text-2xl font-bold text-neutral-900 leading-tight", children: title }),
3740
3740
  subtitle && /* @__PURE__ */ jsx44("p", { className: "text-[8pt] font-medium tracking-widest uppercase text-neutral-400 mt-0.5", children: subtitle })
3741
3741
  ] })
3742
3742
  ] }),