Skip to content

Commit

Permalink
feat: add little padding to image on ScrobbledTrackRow
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 21, 2021
1 parent 377c856 commit 15badfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firstfm/Views/Scrobbles/ScrobbledTrackRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct ScrobbledTrackRow: View {
.cancelOnDisappear(true)
.cornerRadius(5)
.frame(width: 60, height: 60)
.padding(.trailing, 10)

VStack(alignment: .leading) {
Spacer()
Expand Down

0 comments on commit 15badfb

Please sign in to comment.