We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b30112 commit a794971Copy full SHA for a794971
1 file changed
src/components/Sidekick/history/entry.tsx
@@ -66,7 +66,6 @@ export function SidekickHistoryEntry({ chat, isActive, onOpen }: SidekickHistory
66
67
return (
68
<Entry
69
- color="obsidian.5"
70
key={chat.id.toString()}
71
onClick={isRenaming ? undefined : handleOpen}
72
variant="light"
0 commit comments