From d539955ffce0360d1be4a2169d887d0d5416e1fc Mon Sep 17 00:00:00 2001 From: aviadlevy Date: Fri, 3 Jul 2026 16:22:34 +0300 Subject: [PATCH] fix: make volume indicator text readable on dark background The volume indicator's Text had no explicit style, so it inherited the default theme text color (dark), which was unreadable against the 0.85-alpha black background. Match the brightness indicator by setting the text color to white. The icon already rendered correctly and is unchanged. --- .../components/video_player_volume_indicator.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/screens/video_player/components/video_player_volume_indicator.dart b/lib/screens/video_player/components/video_player_volume_indicator.dart index 6e3418c66..60c99e772 100644 --- a/lib/screens/video_player/components/video_player_volume_indicator.dart +++ b/lib/screens/video_player/components/video_player_volume_indicator.dart @@ -62,7 +62,12 @@ class _VideoPlayerVolumeIndicatorState extends ConsumerState