feat(series-list-all): 완결시리즈 전체보기 페이지 추가

This commit is contained in:
Yu Sung
2025-11-20 17:56:43 +09:00
parent 4d5ac61dbe
commit 001f161fc5
9 changed files with 22 additions and 9 deletions

View File

@@ -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)