fix(ChatRoom): 채팅 quota 구매 캔 개수 표시 수정
- 기존: 30결제하고 바로 대화 시작 -> 수정: 10(채팅 12개) 바로 대화 시작
This commit is contained in:
@@ -35,11 +35,11 @@ struct ChatQuotaNoticeItemView: View {
|
|||||||
HStack(spacing: 4) {
|
HStack(spacing: 4) {
|
||||||
Image("ic_can")
|
Image("ic_can")
|
||||||
|
|
||||||
Text("30")
|
Text("10")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(Color(hex: "263238"))
|
.foregroundColor(Color(hex: "263238"))
|
||||||
|
|
||||||
Text("결제하고 바로 대화 시작")
|
Text("(채팅 12개) 바로 대화 시작")
|
||||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||||
.foregroundColor(Color(hex: "263238"))
|
.foregroundColor(Color(hex: "263238"))
|
||||||
.padding(.leading, 4)
|
.padding(.leading, 4)
|
||||||
|
|||||||
Reference in New Issue
Block a user