Merge pull request #122 from LePips/main

Fix checkmark view
This commit is contained in:
aiden 3 2021-08-01 12:27:02 -04:00 committed by GitHub
commit e6bd488ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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