mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(feat:mermaid) dont pass isDarkTheme
This commit is contained in:
@@ -490,7 +490,6 @@ const ConversationBubble = forwardRef<
|
||||
) : (
|
||||
<div className="my-4 w-full" style={{ minWidth: '100%' }}>
|
||||
<MermaidRenderer
|
||||
isDarkTheme={isDarkTheme}
|
||||
code={segment.content}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user