Skip to content

Commit

Permalink
chore: fixed props types for ContextFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Jan 13, 2025
1 parent a5e81c3 commit 4754bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatContent/ContextFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Markdown: React.FC<{
return (
<ReactMarkDown
components={{
code({ style: _style, ...codeProps }) {
code({ style: _style, color: _color, ...codeProps }) {
return (
<MarkdownCodeBlock
{...codeProps}
Expand Down

0 comments on commit 4754bd2

Please sign in to comment.