add theme

This commit is contained in:
2026-03-06 23:32:37 +01:00
parent 5feb2ea228
commit ee05c3f5d6
8 changed files with 126 additions and 18 deletions

View File

@@ -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>