From 3f0c8c3ce5f0d7f546e2156fc6eed8ad7f279245 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 1 Jan 2022 17:49:01 +0100 Subject: [PATCH] chore: Follow up fix audio player waveform color --- lib/pages/chat/events/audio_player.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/events/audio_player.dart b/lib/pages/chat/events/audio_player.dart index 3df47d72..6fdda19e 100644 --- a/lib/pages/chat/events/audio_player.dart +++ b/lib/pages/chat/events/audio_player.dart @@ -220,7 +220,7 @@ class _AudioPlayerState extends State { child: Container( margin: const EdgeInsets.only(left: 2), decoration: BoxDecoration( - color: Theme.of(context).colorScheme.primary, + color: widget.color, borderRadius: BorderRadius.circular(AppConfig.borderRadius), ),