fix: 메인 홈

- 추천 채널 : 모든 글자 색 white
- 보온 주간 차트 : row 사이 간격 16
This commit is contained in:
Yu Sung
2025-07-15 04:02:25 +09:00
parent ea235b62d7
commit 97c34dd33b
9 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ struct RecommendChannelItemView: View {
HStack(spacing: 4) {
Text("콘텐츠")
.font(.custom(Font.preRegular.rawValue, size: 18))
.foregroundColor(Color(hex: "B0BEC5"))
.foregroundColor(.white)
Text("\(item.contentCount)")
.font(.custom(Font.preBold.rawValue, size: 18))