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 bcea0dd commit 55cfe7fCopy full SHA for 55cfe7f
apps/web/components/mdx.tsx
@@ -39,7 +39,7 @@ const components: MDXComponents = {
39
),
40
tr: (props) => <TableRow {...props} />,
41
th: (props) => <TableHeadCell {...props} className="px-6 py-3 text-gray-500 dark:text-gray-400" />,
42
- td: (props) => <TableCell {...props} className="px-6 py-4 font-medium" />,
+ td: (props) => <TableCell {...props} className="px-6 py-4" />,
43
44
// Paragraph component
45
p: (props) => <p {...props} className="mb-4 leading-7 text-gray-600 dark:text-gray-400" />,
0 commit comments