We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950e960 commit 7b65f8fCopy full SHA for 7b65f8f
components/StyledMarkdown.tsx
@@ -173,7 +173,7 @@ const StyledMarkdownBlock = ({ markdown }: { markdown: string }) => {
173
h4: { component: Headline4 },
174
strong: {
175
component: ({ children }) => (
176
- <strong className='font-semibold text-slate-800 dark:text-slate-500'>
+ <strong className='font-semibold text-slate-800 dark:text-slate-200'>
177
{children}
178
</strong>
179
),
0 commit comments