diff --git a/lib/ui/video_controls.dart b/lib/ui/video_controls.dart index ffc731f01..a287153f1 100644 --- a/lib/ui/video_controls.dart +++ b/lib/ui/video_controls.dart @@ -288,9 +288,9 @@ class _VideoControlsState extends State { }, colors: chewieController.materialProgressColors ?? ChewieProgressColors( - playedColor: Colors.white, + playedColor: Colors.amber, handleColor: Colors.white, - bufferedColor: Theme.of(context).backgroundColor, + bufferedColor: Colors.white, backgroundColor: Theme.of(context).disabledColor), ), ),