콘텐츠 메인

- 홈 UI 페이지 생성
This commit is contained in:
Yu Sung
2025-02-20 23:31:59 +09:00
parent e641636007
commit 48ebc1eaef
35 changed files with 1517 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ struct SeriesListBigItemView: View {
Text(item.title)
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.grayee)
.lineLimit(2)
.lineLimit(1)
if isVisibleCreator {
HStack(spacing: 3) {