fix(home): 최신 콘텐츠 그리드

- spacing 추가
This commit is contained in:
Yu Sung
2025-10-17 16:13:39 +09:00
parent bfde23891f
commit c76a1f581d

View File

@@ -12,8 +12,8 @@ struct LiveReplayListView: View {
let contentList: [AudioContentMainItem]
let rows = [
GridItem(.flexible(), alignment: .leading),
GridItem(.flexible(), alignment: .leading)
GridItem(.flexible(), spacing: 14, alignment: .leading),
GridItem(.flexible(), spacing: 14, alignment: .leading)
]
var body: some View {