chore: make audio marker color more consistent
This commit is contained in:
parent
239e08a990
commit
f16bfc5367
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue