fix: 메인 홈

- 섹션 제목 크기 26 -> 24 변경
- 라이브 이미지 pdf 파일로 변경
This commit is contained in:
Yu Sung
2025-07-22 01:12:07 +09:00
parent 0db3c2cc19
commit 967c83a122
5 changed files with 15 additions and 22 deletions

View File

@@ -55,11 +55,11 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("지금")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 라이브중")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
@@ -96,11 +96,11 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("인기")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 크리에이터")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
@@ -167,11 +167,11 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("오직")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 보이스온에서만")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
@@ -213,11 +213,11 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("추천")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 채널")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
@@ -237,11 +237,11 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("무료")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 콘텐츠")
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)
@@ -263,7 +263,7 @@ struct HomeTabView: View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text(curation.title)
.font(.custom(Font.preBold.rawValue, size: 26))
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}
.padding(.horizontal, 24)