Fix zap hover (#6388)

This commit is contained in:
Matt Rubens 2025-07-29 18:00:32 -04:00 committed by GitHub
parent 1cc9f15df1
commit 3d3d4aea65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
)}>