Skip to content

Commit

Permalink
Fix color of inline code in tooltips (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Feb 9, 2024
1 parent c8558e0 commit 60e3269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const getDocsMarkdownComponents = (interactive: boolean, selectable: boolean): C
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
className={className}
color="inherit"
userSelect={selectable ? 'text' : 'none'}
>
{children}
Expand Down

0 comments on commit 60e3269

Please sign in to comment.