시리즈 상세 - 연재 주기

뒤에 연재 추가
This commit is contained in:
Yu Sung 2024-04-30 16:52:31 +09:00
parent 1e5ee80ca2
commit 871d03b15b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ struct SeriesDetailView: View {
.cornerRadius(2.6) .cornerRadius(2.6)
} }
Text(seriesDetail.publishedDaysOfWeek) Text("\(seriesDetail.publishedDaysOfWeek) 연재")
.font(.custom(Font.medium.rawValue, size: 12)) .font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "909090")) .foregroundColor(Color(hex: "909090"))
} }