커뮤니티 게시물
- 무료이거나 구매한 게시물은 이미지가 블러 처리 되지 않도록 수정
This commit is contained in:
		| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung