From ee301a85d3308e1622997e7b1060f4e65990eed1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:16:16 +0000 Subject: [PATCH] fix: remove red current time indicator line from sidebar timeline Co-Authored-By: john@hyprnote.com --- apps/desktop/src/components/main/sidebar/timeline/index.tsx | 2 +- .../desktop/src/components/main/sidebar/timeline/realtime.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/desktop/src/components/main/sidebar/timeline/index.tsx b/apps/desktop/src/components/main/sidebar/timeline/index.tsx index 8ca72cc42a..c65e018cfb 100644 --- a/apps/desktop/src/components/main/sidebar/timeline/index.tsx +++ b/apps/desktop/src/components/main/sidebar/timeline/index.tsx @@ -193,7 +193,7 @@ export function TimelineView() { "rounded-full bg-white hover:bg-neutral-50", "text-neutral-700 border border-neutral-200", "z-20 flex items-center gap-1", - "shadow-[inset_0_-4px_6px_-1px_rgba(255,0,0,0.1),inset_0_-2px_4px_-2px_rgba(255,0,0,0.1)]", + "shadow-sm", isScrolledPastToday ? "top-2" : "bottom-2", ])} variant="outline" diff --git a/apps/desktop/src/components/main/sidebar/timeline/realtime.tsx b/apps/desktop/src/components/main/sidebar/timeline/realtime.tsx index 0884019a24..d7de027c8c 100644 --- a/apps/desktop/src/components/main/sidebar/timeline/realtime.tsx +++ b/apps/desktop/src/components/main/sidebar/timeline/realtime.tsx @@ -8,9 +8,7 @@ import type { } from "../../../../utils/timeline"; export const CurrentTimeIndicator = forwardRef((_, ref) => ( -
-
-
+
)); export function useCurrentTimeMs() {