fix: improve tool call handling and UI adjustments

This commit is contained in:
Siddhant Rai
2025-02-13 05:02:10 +05:30
parent e209699b19
commit 8a3612e56c
4 changed files with 61 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ export default function CoppyButton({
/>
) : (
<Copy
className="cursor-pointer fill-none"
className="w-4 cursor-pointer fill-none"
onClick={() => {
handleCopyClick(text);
}}