Skip to content

Commit 7b65f8f

Browse files
🐛 Bug #1248 fixed , [bold text harder to read] (#1271)
1 parent 950e960 commit 7b65f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/StyledMarkdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => {
173173
h4: { component: Headline4 },
174174
strong: {
175175
component: ({ children }) => (
176-
<strong className='font-semibold text-slate-800 dark:text-slate-500'>
176+
<strong className='font-semibold text-slate-800 dark:text-slate-200'>
177177
{children}
178178
</strong>
179179
),

0 commit comments

Comments
 (0)