parent
76c20c2658
commit
987c96bee8
|
@ -45,7 +45,7 @@ struct CreatorCommunityItemView: View {
|
|||
.resizable()
|
||||
.frame(width: 53.3, height: 53.3)
|
||||
.cornerRadius(4.7)
|
||||
.blur(radius: item.existOrdered ? 0 : 15)
|
||||
.blur(radius: item.existOrdered || item.price <= 0 ? 0 : 15)
|
||||
} else {
|
||||
Rectangle()
|
||||
.foregroundColor(Color.gray22.opacity(0))
|
||||
|
|
Loading…
Reference in New Issue