커뮤니티 게시글 구매 알림창

- 구매버튼 캔 이미지 제거
This commit is contained in:
Yu Sung 2024-05-25 00:12:59 +09:00
parent ee1664cf19
commit db828cf44d
1 changed files with 3 additions and 13 deletions

View File

@ -50,19 +50,9 @@ struct CommunityPostPurchaseDialog: View {
isShowing = false
}
HStack(spacing: 0) {
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)
}
Text("\(can)캔으로 보기")
.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)