Skip to content

Commit 458b56d

Browse files
authored
Increase video player scrubbing timeline height (#1999)
feat: increase video player scrubbing timeline height
1 parent bae8867 commit 458b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/shared/utils/video_player/src/thunder_video_player.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class _VideoPlayerControlsState extends State<VideoPlayerControls> {
353353
],
354354
),
355355
Container(
356-
height: 5.0,
356+
height: 8.0,
357357
margin: const EdgeInsets.only(left: 8.0, right: 8.0, bottom: 16.0),
358358
decoration: BoxDecoration(borderRadius: BorderRadius.circular(16.0)),
359359
clipBehavior: Clip.hardEdge,

0 commit comments

Comments
 (0)