From 41ab4de833acc26ce812a334b30b60b80181971b Mon Sep 17 00:00:00 2001 From: Uruk Date: Fri, 22 May 2026 14:30:23 +0200 Subject: [PATCH] fix(chapters): thinner ticks, light-grey colour on the cast bar --- components/casting/player/CastPlayerProgressBar.tsx | 1 + components/chapters/ChapterTicks.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/casting/player/CastPlayerProgressBar.tsx b/components/casting/player/CastPlayerProgressBar.tsx index 3d1c51a56..76a1bd966 100644 --- a/components/casting/player/CastPlayerProgressBar.tsx +++ b/components/casting/player/CastPlayerProgressBar.tsx @@ -134,6 +134,7 @@ export function CastPlayerProgressBar({ chapters={chapters} durationMs={duration * 1000} height={4} + color='#cccccc' /> diff --git a/components/chapters/ChapterTicks.tsx b/components/chapters/ChapterTicks.tsx index 3d0a2a3d4..04db078e6 100644 --- a/components/chapters/ChapterTicks.tsx +++ b/components/chapters/ChapterTicks.tsx @@ -42,7 +42,7 @@ export function ChapterTicks({ top: "50%", marginTop: -height / 2, height, - width: 2, + width: 1.5, backgroundColor: color, }} />