mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
Merge branch 'krille/audioplayercolor' into 'main'
chore: Follow up fix audio player waveform color See merge request famedly/fluffychat!662
This commit is contained in:
commit
54985897d1
@ -220,7 +220,7 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
|
||||
child: Container(
|
||||
margin: const EdgeInsets.only(left: 2),
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
color: widget.color,
|
||||
borderRadius:
|
||||
BorderRadius.circular(AppConfig.borderRadius),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user