Skip to content

Commit

Permalink
πŸ› Bug #1248 fixed , bold text harder to read in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajha2005 committed Jan 6, 2025
1 parent f7b4314 commit 8901682
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-bold text-slate-800 dark:text-slate-200'>
<strong className='font-semibold text-slate-800 dark:text-slate-200'>
{children}
</strong>
),
Expand Down

0 comments on commit 8901682

Please sign in to comment.