fix(home): 최신 콘텐츠 그리드
- spacing 추가
This commit is contained in:
@@ -12,8 +12,8 @@ struct LiveReplayListView: View {
|
|||||||
let contentList: [AudioContentMainItem]
|
let contentList: [AudioContentMainItem]
|
||||||
|
|
||||||
let rows = [
|
let rows = [
|
||||||
GridItem(.flexible(), alignment: .leading),
|
GridItem(.flexible(), spacing: 14, alignment: .leading),
|
||||||
GridItem(.flexible(), alignment: .leading)
|
GridItem(.flexible(), spacing: 14, alignment: .leading)
|
||||||
]
|
]
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
|||||||
Reference in New Issue
Block a user