diff --git a/apps/web/src/components/editor/timeline/timeline-cache-indicator.tsx b/apps/web/src/components/editor/timeline/timeline-cache-indicator.tsx index f6494738..ef667d67 100644 --- a/apps/web/src/components/editor/timeline/timeline-cache-indicator.tsx +++ b/apps/web/src/components/editor/timeline/timeline-cache-indicator.tsx @@ -97,7 +97,7 @@ export function TimelineCacheIndicator({ key={index} className={cn( "absolute top-0 h-px", - segment.cached ? "bg-primary" : "bg-border" + segment.cached ? "bg-primary" : "bg-transparent" )} style={{ left: `${startX}px`, diff --git a/apps/web/src/components/editor/timeline/timeline-toolbar.tsx b/apps/web/src/components/editor/timeline/timeline-toolbar.tsx index fd99222b..1723dc11 100644 --- a/apps/web/src/components/editor/timeline/timeline-toolbar.tsx +++ b/apps/web/src/components/editor/timeline/timeline-toolbar.tsx @@ -192,7 +192,7 @@ export function TimelineToolbar({ const currentBookmarked = isBookmarked(currentTime); return ( -