Skip to content

Commit a794971

Browse files
committed
fix: sidekick history color
1 parent 9b30112 commit a794971

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Sidekick/history/entry.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export function SidekickHistoryEntry({ chat, isActive, onOpen }: SidekickHistory
6666

6767
return (
6868
<Entry
69-
color="obsidian.5"
7069
key={chat.id.toString()}
7170
onClick={isRenaming ? undefined : handleOpen}
7271
variant="light"

0 commit comments

Comments
 (0)