커뮤니티 게시글 구매 알림창
- 구매버튼 캔 이미지 제거
This commit is contained in:
		| @@ -50,19 +50,9 @@ struct CommunityPostPurchaseDialog: View { | ||||
|                                 isShowing = false | ||||
|                             } | ||||
|                          | ||||
|                         HStack(spacing: 0) { | ||||
|                             Text("\(can)") | ||||
|                         Text("\(can)캔으로 보기") | ||||
|                             .font(.custom(Font.bold.rawValue, size: 15.3)) | ||||
|                             .foregroundColor(Color.white) | ||||
|                              | ||||
|                             Image("ic_can") | ||||
|                                 .resizable() | ||||
|                                 .frame(width: 20, height: 20) | ||||
|                              | ||||
|                             Text("으로 보기") | ||||
|                                 .font(.custom(Font.bold.rawValue, size: 15.3)) | ||||
|                                 .foregroundColor(Color.white) | ||||
|                         } | ||||
|                         .padding(.vertical, 16) | ||||
|                         .frame(width: (geo.size.width - 66.7) * 2 / 3) | ||||
|                         .background(Color.button) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung