Fix music icon in new UI
This commit is contained in:
parent
ba6ea515d5
commit
e4594626ed
@ -324,8 +324,10 @@ class _MusicPlayerState extends State<MusicPlayer> {
|
|||||||
music: currMusic,
|
music: currMusic,
|
||||||
width: 80,
|
width: 80,
|
||||||
height: 80,
|
height: 80,
|
||||||
backgroundColor: Colors.black,
|
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
|
backgroundColor: Colors.black12,
|
||||||
|
icon: const Icon(FluentIcons.music_note_2_24_regular,
|
||||||
|
size: 30),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// Artist area
|
// Artist area
|
||||||
|
Loading…
Reference in New Issue
Block a user