Skip to content

Commit 0b97686

Browse files
Merge pull request #5426 from continuedev/pe/tool-call-hover-brightness
feat: hover brightness on tool call div
2 parents d0c063a + dba2887 commit 0b97686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/src/pages/gui/ToolCallDiv/SimpleToolCallUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function SimpleToolCallUI({
3232
}, [toolCallState.parsedArgs]);
3333

3434
return (
35-
<div className={`flex flex-1 flex-col px-2 pt-2`}>
35+
<div className="flex flex-1 flex-col px-2 pt-2 hover:brightness-125">
3636
<div className="flex flex-row justify-between">
3737
<div
3838
className="flex cursor-pointer items-center justify-start text-xs text-gray-300"

0 commit comments

Comments
 (0)