chore: make audio marker color more consistent

pull/2245/head
avashilling 5 months ago
parent 239e08a990
commit f16bfc5367

@ -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,

Loading…
Cancel
Save