콘텐츠 대여가격 60%로 변경
This commit is contained in:
@@ -43,7 +43,7 @@ struct ContentOrderDialogView: View {
|
||||
.resizable()
|
||||
.frame(width: 16.7, height: 16.7)
|
||||
|
||||
Text("\(Int(ceil(Double(price) * 0.7)))")
|
||||
Text("\(Int(ceil(Double(price) * 0.6)))")
|
||||
.font(.custom(Font.bold.rawValue, size: 13.3))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user