Skip to content

Commit 8624fa8

Browse files
Stray line
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 32feda2 commit 8624fa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webview-ui/src/components/chat/AutoApproveDropdown.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ export const AutoApproveDropdown = ({ disabled = false, triggerClassName = "" }:
224224
onClick={() => onAutoApproveToggle(key, !isEnabled)}
225225
className={cn(
226226
"flex items-center gap-2 px-2 py-2 rounded text-sm text-left",
227-
"",
227+
className={cn(
228+
"flex items-center gap-2 px-2 py-2 rounded text-sm text-left",
229+
"transition-all duration-150",
228230
"transition-all duration-150",
229231
"opacity-100 hover:opacity-70",
230232
"cursor-pointer",

0 commit comments

Comments
 (0)