Skip to content

Commit

Permalink
fix: font color in md preview (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo authored Feb 9, 2024
1 parent d385aca commit 4fa98f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shinkai-ui/src/components/markdown-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MarkdownPreview = ({
return (
<ReactMarkdownPreview
className={cn(
'wmde-markdown-var prose prose-gray prose-code:text-white prose-blockquote:text-gray-50 prose-blockquote:bg-gray-200 prose-strong:text-white prose-headings:text-white',
'wmde-markdown-var prose prose-gray prose-code:text-white prose-blockquote:text-gray-50 prose-blockquote:bg-gray-200 prose-strong:text-white prose-headings:text-white text-white',
className,
)}
components={components}
Expand Down

0 comments on commit 4fa98f1

Please sign in to comment.