크리에이터 채널 시리즈 - 스크롤뷰 추가

시리즈 전체 보기 - 상단 정렬 방식으로 수정
This commit is contained in:
Yu Sung
2024-04-30 16:49:14 +09:00
parent a08b463c11
commit 1e5ee80ca2
3 changed files with 15 additions and 13 deletions

View File

@@ -79,7 +79,7 @@ struct SeriesListItemView: View {
.font(.custom(Font.medium.rawValue, size: 11))
.foregroundColor(Color.gray77)
}
.frame(width: 116.7)
.frame(width: 102)
}
}