라이브 상세 - 제목 왼쪽에 19금 표시 추가

This commit is contained in:
Yu Sung
2023-08-21 04:08:12 +09:00
parent 550bf0c1c7
commit 3ab5735fde
5 changed files with 26 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ struct CanPaymentView: View {
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
Text("자세한 내용은 요즘라이브 이용약관에서 확인할 수 있습니다.")
Text("자세한 내용은 소다라이브 이용약관에서 확인할 수 있습니다.")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
.fixedSize(horizontal: false, vertical: true)

View File

@@ -205,7 +205,7 @@ struct CanPgPaymentView: View {
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
Text("자세한 내용은 요즘라이브 이용약관에서 확인할 수 있습니다.")
Text("자세한 내용은 소다라이브 이용약관에서 확인할 수 있습니다.")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
.fixedSize(horizontal: false, vertical: true)