From 8901682f08a48e7784a82e8046eb1a81edde7de9 Mon Sep 17 00:00:00 2001 From: Aditya <147301021+adityajha2005@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:46:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug=20#1248=20fixed=20,=20bold?= =?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 896fd0f8a..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} ),