시리즈 상세 - 연재 주기
뒤에 연재 추가
This commit is contained in:
@@ -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"))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user