Skip to content

Commit

Permalink
Update MarkdownRenderer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
UretzkyZvi committed Feb 2, 2024
1 parent 7a48882 commit 0f492cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/markdown/MarkdownRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const MarkdownRenderer: React.FC<MarkdownProps> = ({
source={markdownText}
components={customComponents}
remarkPlugins={[gfm]}
className="grid z-10 sm:px-6 lg:px-8"
className="grid z-10 text-black bg-white px-2 sm:px-6 lg:px-8"

/>
</div>
Expand Down

0 comments on commit 0f492cf

Please sign in to comment.