콘텐츠 메인 탭

- 하단에 회사정보 추가
This commit is contained in:
Yu Sung
2024-05-24 23:38:04 +09:00
parent e7cbabb285
commit 0a1b1865dd
2 changed files with 40 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ struct ContentMainView: View {
VStack(alignment: .leading, spacing: 0) {
Text("콘텐츠 마켓")
.font(.custom(Font.bold.rawValue, size: 21.3))
.foregroundColor(Color(hex: "3bb9f1"))
.foregroundColor(Color.button)
.padding(.bottom, 26.7)
.padding(.horizontal, 13.3)
@@ -92,6 +92,22 @@ struct ContentMainView: View {
ContentMainCurationView()
.padding(.top, 40)
.padding(.bottom, 20)
Text("""
- 회사명 : 주식회사 소다라이브
- 대표자 : 이재형
- 주소 : 경기도 성남시 분당구 황새울로335번길 10, 5층 563A호 (서현동, 멜로즈 프라자)
- 사업자등록번호 : 870-81-03220
- 고객센터 : 02.2055.1477
""")
.font(.custom(Font.medium.rawValue, size: 11))
.foregroundColor(Color.gray77)
.padding(.top, 13.3)
.padding(.horizontal, 13.3)
}
}
.padding(.vertical, 13.3)