mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 22:02:47 +00:00
Add cursor-pointer to collapsible header button
This commit is contained in:
parent
9a57aa7e1a
commit
46b1abff1d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export function renderCollapsibleHeader(
|
||||||
: "text-foreground";
|
: "text-foreground";
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<button @click=${toggleContent} class="flex items-center justify-between gap-2 text-sm text-muted-foreground w-full text-left hover:text-foreground transition-colors">
|
<button @click=${toggleContent} class="flex items-center justify-between gap-2 text-sm text-muted-foreground w-full text-left hover:text-foreground transition-colors cursor-pointer">
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
${state === "inprogress" ? statusIcon(Loader, "text-foreground animate-spin") : ""}
|
${state === "inprogress" ? statusIcon(Loader, "text-foreground animate-spin") : ""}
|
||||||
${statusIcon(toolIcon, toolIconColor)}
|
${statusIcon(toolIcon, toolIconColor)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue