add theme
This commit is contained in:
@@ -230,7 +230,7 @@ export const RenderingNode = memo(function RenderingNode({ id }: Props) {
|
||||
<div className="p-3 text-xs text-red-700">{error.message}</div>
|
||||
)
|
||||
) : (
|
||||
<pre className="text-xs text-gray-800 max-h-48 overflow-auto">{output}</pre>
|
||||
<pre className="text-xs text-foreground max-h-48 overflow-auto">{output}</pre>
|
||||
)}
|
||||
</BaseNodeContent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user