Skip to content

LinkVariant

LinkVariant = "default" | "subtle" | "inline"

Defined in: src/components/primitives/Link/Link.types.ts:17

Visual style of the link.

  • default: accent color, underline behavior driven by underline prop
  • subtle: secondary text color, hover reveals accent
  • inline: matches surrounding text color, always underlined — for prose