fix: add text-textStandard to non-string args for light/dark mode (#1841)
This commit is contained in:
@@ -71,8 +71,8 @@ export function ToolCallArguments({ args }: ToolCallArgumentsProps) {
|
|||||||
return (
|
return (
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<div className="flex flex-row">
|
<div className="flex flex-row">
|
||||||
<span className="font-medium mr- min-w-[140px]2">{key}:</span>
|
<span className="font-medium mr- text-textStandard min-w-[140px]2">{key}:</span>
|
||||||
<pre className="whitespace-pre-wrap">{content}</pre>
|
<pre className="whitespace-pre-wrap text-textStandard">{content}</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user