diff --git a/web/src/components/timeline/DetailStream.tsx b/web/src/components/timeline/DetailStream.tsx index b025e5126..d630029f5 100644 --- a/web/src/components/timeline/DetailStream.tsx +++ b/web/src/components/timeline/DetailStream.tsx @@ -309,7 +309,7 @@ function ReviewGroup({ "size-3", isActive ? "fill-selected text-selected" - : "fill-secondary-highlight text-secondary-highlight duration-500", + : "fill-muted duration-500 dark:fill-secondary-highlight dark:text-secondary-highlight", )} /> @@ -323,10 +323,7 @@ function ReviewGroup({ key={`${lbl}-${idx}`} className="rounded-full bg-muted-foreground p-1" > - {getIconForLabel( - lbl, - "size-3 text-primary dark:text-white", - )} + {getIconForLabel(lbl, "size-3 text-white")} ))} @@ -398,10 +395,7 @@ function ReviewGroup({ >
- {getIconForLabel( - audioLabel, - "size-3 text-primary dark:text-white", - )} + {getIconForLabel(audioLabel, "size-3 text-white")}
{getTranslatedLabel(audioLabel)}
@@ -489,10 +483,7 @@ function EventList({ : "bg-muted-foreground", )} > - {getIconForLabel( - event.label, - "size-3 text-primary dark:text-white", - )} + {getIconForLabel(event.label, "size-3 text-white")}
{getTranslatedLabel(event.label)}