Skip to content

Commit

Permalink
fix color of favorite/playlist button on track list tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Aug 2, 2024
1 parent 19bec56 commit 19dbe1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/AlbumScreen/song_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ class _TrackListItemState extends State<TrackListItem>
),
AddToPlaylistButton(
item: baseItem,
color: Colors.white,
size: 24,
visualDensity:
const VisualDensity(
Expand Down

0 comments on commit 19dbe1b

Please sign in to comment.