Skip to content

Commit

Permalink
adjust font size of artist span
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Aug 2, 2024
1 parent 19dbe1b commit 92f1dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/AlbumScreen/song_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ class _TrackListItemState extends State<TrackListItem>
.textTheme
.bodyMedium!
.color!,
fontSize: 14,
fontSize: 13,
fontWeight: FontWeight.w300,
overflow: TextOverflow.ellipsis),
overflow: TextOverflow.ellipsis,
Expand Down

0 comments on commit 92f1dd6

Please sign in to comment.