Skip to content

Commit 26f8a14

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix/repeated-steering-and-stop
2 parents ec00a93 + 9798548 commit 26f8a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/SidebarV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function SidebarV2ThreadTooltip({
186186
<ProjectFavicon
187187
environmentId={thread.environmentId}
188188
cwd={projectCwd ?? ""}
189-
className="size-4 shrink-0"
189+
className="size-4 shrink-0 stroke-muted-foreground"
190190
/>
191191
<div className="min-w-0 wrap-break-word text-foreground/90">{projectTitle}</div>
192192
</div>

0 commit comments

Comments
 (0)