mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
ux
This commit is contained in:
parent
a61fdd0419
commit
5cdb4b0c47
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ const PastThreadElement = ({ pastThread, idx, hoveredIdx, setHoveredIdx }: { pas
|
|||
return <div
|
||||
key={pastThread.id}
|
||||
className={`
|
||||
py-1 px-2 rounded text-sm bg-zinc-800/5 hover:bg-zinc-800/10 dark:bg-zinc-200/5 dark:hover:bg-zinc-200/10 cursor-pointer
|
||||
py-1 px-2 rounded text-sm bg-zinc-700/5 hover:bg-zinc-700/10 dark:bg-zinc-300/5 dark:hover:bg-zinc-300/10 cursor-pointer opacity-80
|
||||
`}
|
||||
onClick={() => {
|
||||
chatThreadsService.switchToThread(pastThread.id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue