chore: make audio marker color more consistent

This commit is contained in:
avashilling 2025-06-24 09:33:40 -04:00
parent 239e08a990
commit f16bfc5367

View file

@ -540,8 +540,8 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
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,