mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix zap hover (#6388)
This commit is contained in:
parent
1cc9f15df1
commit
3d3d4aea65
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export const SlashCommandsPopover: React.FC<SlashCommandsPopoverProps> = ({ clas
|
|||
className={cn(
|
||||
"h-7 w-7 p-0",
|
||||
"text-vscode-foreground opacity-85",
|
||||
"hover:opacity-100 hover:bg-vscode-button-hoverBackground",
|
||||
"hover:opacity-100 hover:bg-[rgba(255,255,255,0.03)]",
|
||||
"focus:outline-none focus-visible:ring-1 focus-visible:ring-vscode-focusBorder",
|
||||
className,
|
||||
)}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue