mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-02 22:14:26 +01:00
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 (
|
||||
<div className="mb-2">
|
||||
<div className="flex flex-row">
|
||||
<span className="font-medium mr- min-w-[140px]2">{key}:</span>
|
||||
<pre className="whitespace-pre-wrap">{content}</pre>
|
||||
<span className="font-medium mr- text-textStandard min-w-[140px]2">{key}:</span>
|
||||
<pre className="whitespace-pre-wrap text-textStandard">{content}</pre>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user