새로운 콘텐츠 전체보기, 큐레이션 전체보기 - grid item alignment top으로 설정
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user