diff --git a/web/src/components/timeline/segment-metadata.tsx b/web/src/components/timeline/segment-metadata.tsx index c570d2a9d..7aaf3525b 100644 --- a/web/src/components/timeline/segment-metadata.tsx +++ b/web/src/components/timeline/segment-metadata.tsx @@ -64,7 +64,7 @@ export function Tick({ timestamp, timestampSpread }: TickSegmentProps) { className={`h-0.5 ${ timestamp.getMinutes() % timestampSpread === 0 && timestamp.getSeconds() === 0 - ? "w-[12px] bg-neutral-600" + ? "w-[12px] bg-neutral-600 dark:bg-neutral-500" : timestamp.getMinutes() % (timestampSpread == 15 ? 5 : 1) === 0 && timestamp.getSeconds() === 0 ? "w-[8px] bg-neutral-500 dark:bg-neutral-600" // Minor tick mark @@ -88,7 +88,7 @@ export function Timestamp({ {!isFirstSegmentInMinimap && !isLastSegmentInMinimap && (
{timestamp.getMinutes() % timestampSpread === 0 && timestamp.getSeconds() === 0 && diff --git a/web/src/pages/ConfigEditor.tsx b/web/src/pages/ConfigEditor.tsx index 8537c6aff..cbfa17a74 100644 --- a/web/src/pages/ConfigEditor.tsx +++ b/web/src/pages/ConfigEditor.tsx @@ -123,7 +123,7 @@ function ConfigEditor() { } return ( -
+
Config