Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Oct 22, 2023
1 parent 30ac8de commit 5677d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/mdx/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Mdx({ code }: MdxProps) {
const Component = useMDXComponent(code);

return (
<article className="prose-a:text-gray-90 prose prose-lg max-w-none text-lg text-gray-600 prose-headings:text-gray-900 prose-h2:scroll-mt-28 prose-p:leading-normal prose-a:font-normal hover:prose-a:underline prose-blockquote:border-none prose-blockquote:pl-0 prose-blockquote:font-medium prose-blockquote:italic prose-blockquote:text-gray-900 prose-strong:font-medium prose-strong:text-gray-900 dark:text-gray-300 dark:prose-headings:text-gray-100 dark:prose-a:text-gray-100 dark:prose-blockquote:text-gray-100 dark:prose-strong:text-gray-100">
<article className="prose-a:text-gray-90 prose prose-lg max-w-none break-words text-lg text-gray-600 prose-headings:text-gray-900 prose-h2:scroll-mt-28 prose-p:leading-normal prose-a:font-normal hover:prose-a:underline prose-blockquote:border-none prose-blockquote:pl-0 prose-blockquote:font-medium prose-blockquote:italic prose-blockquote:text-gray-900 prose-strong:font-medium prose-strong:text-gray-900 dark:text-gray-300 dark:prose-headings:text-gray-100 dark:prose-a:text-gray-100 dark:prose-blockquote:text-gray-100 dark:prose-strong:text-gray-100">
<Component components={{ ...mdxComponents }} />
</article>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/components/mdx/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Mdx({ code }: MdxProps) {
const Component = useMDXComponent(code);

return (
<article className="prose-a:text-gray-90 prose prose-lg max-w-none text-lg text-gray-600 prose-headings:text-gray-900 prose-h2:scroll-mt-28 prose-p:leading-normal prose-a:font-normal hover:prose-a:underline prose-blockquote:border-none prose-blockquote:pl-0 prose-blockquote:font-medium prose-blockquote:italic prose-blockquote:text-gray-900 prose-strong:font-medium prose-strong:text-gray-900 dark:text-gray-300 dark:prose-headings:text-gray-100 dark:prose-a:text-gray-100 dark:prose-blockquote:text-gray-100 dark:prose-strong:text-gray-100">
<article className="prose-a:text-gray-90 prose prose-lg max-w-none break-words text-lg text-gray-600 prose-headings:text-gray-900 prose-h2:scroll-mt-28 prose-p:leading-normal prose-a:font-normal hover:prose-a:underline prose-blockquote:border-none prose-blockquote:pl-0 prose-blockquote:font-medium prose-blockquote:italic prose-blockquote:text-gray-900 prose-strong:font-medium prose-strong:text-gray-900 dark:text-gray-300 dark:prose-headings:text-gray-100 dark:prose-a:text-gray-100 dark:prose-blockquote:text-gray-100 dark:prose-strong:text-gray-100">
<Component components={{ ...mdxComponents }} />
</article>
);
Expand Down

0 comments on commit 5677d4a

Please sign in to comment.