새로운 콘텐츠 전체보기, 큐레이션 전체보기 - grid item alignment top으로 설정

This commit is contained in:
Yu Sung
2023-09-27 22:17:47 +09:00
parent f653667df2
commit 1e1b97e2d4
3 changed files with 10 additions and 12 deletions

View File

@@ -15,8 +15,8 @@ struct ContentCurationView: View {
let curationId: Int
let columns = [
GridItem(.flexible()),
GridItem(.flexible())
GridItem(.flexible(), alignment: .top),
GridItem(.flexible(), alignment: .top)
]
var body: some View {