라이브 섹션 타이틀 문자열 정리

라이브 관련 섹션 헤더를 한 줄 문구로 통합해 표기 일관성을 높임
This commit is contained in:
Yu Sung
2025-12-05 17:20:22 +09:00
parent dd7b42d58a
commit ea733b57e6
6 changed files with 6 additions and 26 deletions

View File

@@ -16,11 +16,7 @@ struct SectionLatestFinishedLiveView: View {
var body: some View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("최근")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 종료한 라이브")
Text("최근 종료한 라이브")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)
}