코인 -> 캔 변경

This commit is contained in:
Yu Sung
2023-08-15 01:27:30 +09:00
parent 0f8b740469
commit 0959fa55be
17 changed files with 35 additions and 36 deletions

View File

@@ -725,7 +725,7 @@ struct LiveRoomCreateView: View {
Spacer()
Text("코인")
Text("")
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(
Color(hex: "9970ff")
@@ -754,7 +754,7 @@ struct LiveRoomCreateView: View {
@ViewBuilder
func PriceButtonView(price: Int, buttonWidth: CGFloat) -> some View {
HStack(spacing: 6.7) {
Text(price == 0 ? "무료" : "\(price) 코인")
Text(price == 0 ? "무료" : "\(price) ")
.font(.custom(
viewModel.price == price ?
Font.bold.rawValue :