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