fix(chapters): thinner ticks, light-grey colour on the cast bar

This commit is contained in:
Uruk
2026-05-22 14:30:23 +02:00
parent abe4981126
commit 41ab4de833
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ export function CastPlayerProgressBar({
chapters={chapters}
durationMs={duration * 1000}
height={4}
color='#cccccc'
/>
</View>

View File

@@ -42,7 +42,7 @@ export function ChapterTicks({
top: "50%",
marginTop: -height / 2,
height,
width: 2,
width: 1.5,
backgroundColor: color,
}}
/>