Clip correctly lol

This commit is contained in:
Ethan Pippin 2021-07-31 00:10:37 -06:00
parent 107bc79927
commit 2f6fcd35a2
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ struct PortraitItemView: View {
if item.userData?.played ?? false {
Image(systemName: "checkmark.circle.fill")
.foregroundColor(.accentColor)
.background(Color(.white).clipShape(Circle().scale(0.8)))
.clipShape(Circle())
.background(Color(.white))
.clipShape(Circle().scale(0.8))
} else {
if item.userData?.unplayedItemCount != nil {
Capsule()