커뮤니티 게시물

- 무료이거나 구매한 게시물은 이미지가 블러 처리 되지 않도록 수정
This commit is contained in:
Yu Sung 2024-05-27 22:52:35 +09:00
parent 76c20c2658
commit 987c96bee8
1 changed files with 1 additions and 1 deletions

View File

@ -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))