Skip to content

Commit 241e690

Browse files
committed
ui: row 간의 패딩 최소화
1 parent 3d36014 commit 241e690

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Application/DevLogPresentation/Sources/Home/Home/HomeView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ struct HomeView: View {
189189
imageColor: item.color
190190
)
191191
}
192+
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
192193
}
193194
}
194195
} header: {
@@ -206,6 +207,7 @@ struct HomeView: View {
206207
imageColor: .blue
207208
)
208209
}
210+
.listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16))
209211
} header: {
210212
Text("Web Page")
211213
.foregroundStyle(Color(.label))

0 commit comments

Comments
 (0)