mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 03:58:36 +01:00
fix(chapters): thinner ticks, light-grey colour on the cast bar
This commit is contained in:
@@ -134,6 +134,7 @@ export function CastPlayerProgressBar({
|
||||
chapters={chapters}
|
||||
durationMs={duration * 1000}
|
||||
height={4}
|
||||
color='#cccccc'
|
||||
/>
|
||||
</View>
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ export function ChapterTicks({
|
||||
top: "50%",
|
||||
marginTop: -height / 2,
|
||||
height,
|
||||
width: 2,
|
||||
width: 1.5,
|
||||
backgroundColor: color,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user