1
0
Fork 0

fix(shared): Text color in mdx wrapper

This commit is contained in:
Joost De Cock 2023-10-14 12:13:42 +02:00
parent fd31314525
commit e07c04f94a

View file

@ -80,7 +80,7 @@ export const MdxWrapper = ({
async = false,
slug = [],
}) => (
<div className="text-primary mdx max-w-prose text-base-content max-w-prose text-base">
<div className="text-base-content mdx max-w-prose text-base-content max-w-prose text-base">
{async ? (
<PlainMdxWrapperAsync {...{ mdx, components, site, slug }} />
) : (