diff --git a/lib/pages/chat/events/audio_player.dart b/lib/pages/chat/events/audio_player.dart index 10e230d4b..6719ab0d1 100644 --- a/lib/pages/chat/events/audio_player.dart +++ b/lib/pages/chat/events/audio_player.dart @@ -540,8 +540,8 @@ class AudioPlayerState extends State { thumbColor: widget.senderId == Matrix.of(context).client.userID // Pangea# - ? theme.colorScheme.onPrimary - : theme.colorScheme.primary, + ? widget.color + : theme.colorScheme.onSurface, activeColor: waveform == null ? widget.color : Colors.transparent,