Skip to content

Commit

Permalink
fix: message content on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Jun 29, 2024
1 parent 0b74645 commit 5022371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function Chat({
>
{item.content.includes("</") && item.content.includes(">") ? (
<div
className="prose"
className="prose dark:prose-invert"
dangerouslySetInnerHTML={{ __html: item.content }}
/>
) : (
Expand Down

0 comments on commit 5022371

Please sign in to comment.