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