mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
chore: Follow up fix audio player waveform color
This commit is contained in:
parent
8afb39f1ff
commit
3f0c8c3ce5
@ -220,7 +220,7 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
|
|||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.only(left: 2),
|
margin: const EdgeInsets.only(left: 2),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: widget.color,
|
||||||
borderRadius:
|
borderRadius:
|
||||||
BorderRadius.circular(AppConfig.borderRadius),
|
BorderRadius.circular(AppConfig.borderRadius),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user