(feat:mermaid) dont pass isDarkTheme

This commit is contained in:
ManishMadan2882
2025-05-06 04:38:38 +05:30
parent 98856b39ac
commit 72e51bb072
3 changed files with 2 additions and 3 deletions

View File

@@ -490,7 +490,6 @@ const ConversationBubble = forwardRef<
) : (
<div className="my-4 w-full" style={{ minWidth: '100%' }}>
<MermaidRenderer
isDarkTheme={isDarkTheme}
code={segment.content}
/>
</div>