feat(series-list-all): 완결시리즈 전체보기 페이지 추가
This commit is contained in:
@@ -59,6 +59,7 @@ struct SeriesListItemView: View {
|
||||
.font(.custom(Font.preMedium.rawValue, size: 18))
|
||||
.foregroundColor(Color.grayee)
|
||||
.lineLimit(2)
|
||||
.multilineTextAlignment(.leading)
|
||||
.frame(width: itemWidth, alignment: .leading)
|
||||
|
||||
Text(item.publishedDaysOfWeek)
|
||||
|
||||
Reference in New Issue
Block a user