Skip to content

Commit

Permalink
πŸ› Bug #1248 fixed , [bold text harder to read] (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajha2005 authored Jan 10, 2025
1 parent 950e960 commit 7b65f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StyledMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => {
h4: { component: Headline4 },
strong: {
component: ({ children }) => (
<strong className='font-semibold text-slate-800 dark:text-slate-500'>
<strong className='font-semibold text-slate-800 dark:text-slate-200'>
{children}
</strong>
),
Expand Down

0 comments on commit 7b65f8f

Please sign in to comment.