💄 Better queue view

This commit is contained in:
2025-12-18 00:25:39 +08:00
parent e4797fa2f9
commit 771c1778b4
2 changed files with 53 additions and 47 deletions

View File

@@ -34,7 +34,6 @@ class TrackTile extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
margin: const EdgeInsets.only(bottom: 8),
decoration: BoxDecoration(
color: isPlaying
? Theme.of(context).colorScheme.primary.withOpacity(0.2)