콘텐츠 메인, 라이브 메인, 오디션 메인, 마이페이지
- 로그인 하지 않고 페이지 조회가 되도록 수정
This commit is contained in:
@@ -25,7 +25,7 @@ struct ServiceCenterView: View {
|
||||
|
||||
Text("고객센터")
|
||||
.font(.custom(Font.bold.rawValue, size: 20))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.foregroundColor(.grayee)
|
||||
|
||||
HStack(spacing: 13.3) {
|
||||
Image("ic_service_center_kakao")
|
||||
@@ -48,13 +48,14 @@ struct ServiceCenterView: View {
|
||||
|
||||
Rectangle()
|
||||
.frame(width: screenSize().width, height: 6.7)
|
||||
.foregroundColor(Color(hex: "232323"))
|
||||
.foregroundColor(.gray23)
|
||||
.padding(.vertical, 20)
|
||||
|
||||
Text("자주 묻는 질문")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.frame(width: screenSize().width - 26.7, alignment: .leading)
|
||||
.foregroundColor(.grayee)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
ServiceCenterCategoryView(
|
||||
categories: viewModel.categories,
|
||||
|
||||
Reference in New Issue
Block a user