feat: 메인 라이브

- 라이브 다시 듣기 UI 추가
This commit is contained in:
Yu Sung
2025-07-22 03:42:40 +09:00
parent a744376847
commit 0b04aa20a3
5 changed files with 77 additions and 6 deletions

View File

@@ -24,11 +24,11 @@ struct HomeLatestContentView: View {
var body: some View {
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)
Spacer()