Fix backgroundColor using

This commit is contained in:
poka 2022-04-29 13:06:31 +02:00
parent 735963a9bc
commit bd9e0bc4e8
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class _MiniplayerState extends State<Miniplayer> with TickerProviderStateMixin {
blurRadius: widget.elevation,
offset: Offset(0.0, 4))
],
color: Theme.of(context).canvasColor,
color: widget.backgroundColor, //kopa
),
),
),