fix(web): use ghost style for sidebar search button

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing
2026-04-09 18:43:52 +08:00
parent 7950ac72af
commit fae58d90bb

View File

@@ -177,7 +177,7 @@ export function AppSidebar() {
<div className="flex items-center gap-1">
<Tooltip>
<TooltipTrigger
className="flex h-7 w-7 items-center justify-center rounded-lg bg-secondary text-muted-foreground hover:bg-secondary/80 hover:text-secondary-foreground"
className="flex h-7 w-7 items-center justify-center rounded-lg text-muted-foreground hover:bg-accent hover:text-accent-foreground"
onClick={() => useSearchStore.getState().setOpen(true)}
>
<Search className="size-3.5" />