코인 -> 캔 변경
This commit is contained in:
@@ -63,7 +63,7 @@ struct LiveReservationItemView: View {
|
||||
.cornerRadius(10)
|
||||
} else {
|
||||
if item.price > 0 {
|
||||
Text("\(item.price)코인")
|
||||
Text("\(item.price)캔")
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.foregroundColor(
|
||||
Color(hex: "e2e2e2")
|
||||
|
Reference in New Issue
Block a user