fix(shared): Text color in mdx wrapper
This commit is contained in:
parent
fd31314525
commit
e07c04f94a
1 changed files with 1 additions and 1 deletions
|
@ -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 }} />
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue