Clip correctly lol
This commit is contained in:
parent
107bc79927
commit
2f6fcd35a2
|
@ -46,8 +46,8 @@ struct PortraitItemView: View {
|
||||||
if item.userData?.played ?? false {
|
if item.userData?.played ?? false {
|
||||||
Image(systemName: "checkmark.circle.fill")
|
Image(systemName: "checkmark.circle.fill")
|
||||||
.foregroundColor(.accentColor)
|
.foregroundColor(.accentColor)
|
||||||
.background(Color(.white).clipShape(Circle().scale(0.8)))
|
.background(Color(.white))
|
||||||
.clipShape(Circle())
|
.clipShape(Circle().scale(0.8))
|
||||||
} else {
|
} else {
|
||||||
if item.userData?.unplayedItemCount != nil {
|
if item.userData?.unplayedItemCount != nil {
|
||||||
Capsule()
|
Capsule()
|
||||||
|
|
Loading…
Reference in New Issue