We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ff985 commit 88d0598Copy full SHA for 88d0598
src/_design-system/mdx-components/mdx-link.tsx
@@ -12,7 +12,7 @@ export const MdxLink = forwardRef<
12
{...props}
13
ref={ref}
14
className={clsx(
15
- "typography-link text-neu-900 decoration-from-font underline-offset-2",
+ "typography-link text-neu-900 underline-offset-2",
16
props.className,
17
)}
18
href={props.href || ""}
0 commit comments