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

@@ -46,11 +46,11 @@ struct DayOfWeekSeriesView: 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)