From 7954f430f532700199211790fd728bc5d0f57a2a Mon Sep 17 00:00:00 2001 From: Aditya <147301021+adityajha2005@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:54:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug=20#1248=20fixed=20,=20[bold?= =?UTF-8?q?=20text=20harder=20to=20read=20in=20dark=20mode]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/StyledMarkdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/StyledMarkdown.tsx b/components/StyledMarkdown.tsx index 53f771545..b43dbe9d4 100644 --- a/components/StyledMarkdown.tsx +++ b/components/StyledMarkdown.tsx @@ -173,7 +173,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => { h4: { component: Headline4 }, strong: { component: ({ children }) => ( - + {children} ),