parent
1e5ee80ca2
commit
871d03b15b
|
@ -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"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue