@orangecheck/design 0.21.0 → 0.22.0

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.
@@ -285,7 +285,7 @@ function TwoToneHeading({
285
285
  }) {
286
286
  const Tag = as ?? "h2";
287
287
  const leadColor = tone === "onBrand" ? "text-primary-foreground" : "text-foreground";
288
- const mutedColor = tone === "onBrand" ? "text-primary-foreground/60" : "text-foreground/40";
288
+ const mutedColor = tone === "onBrand" ? "text-primary-foreground/75" : "text-foreground/40";
289
289
  return /* @__PURE__ */ jsxs(
290
290
  Tag,
291
291
  {