parent
ee1664cf19
commit
db828cf44d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue