From d87500a7dc476ab4dc5ee35e3a55f9973de3c8e4 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Sat, 23 May 2026 01:14:18 -0500 Subject: [PATCH] =?UTF-8?q?experiment(BookmarksView):=20row=20horizontal?= =?UTF-8?q?=20insets=2020pt=20=E2=86=92=2016pt=20for=20tighter=20editorial?= =?UTF-8?q?=20margins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marks/Views/BookmarksView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marks/Views/BookmarksView.swift b/Marks/Views/BookmarksView.swift index 6644524..e423a8f 100644 --- a/Marks/Views/BookmarksView.swift +++ b/Marks/Views/BookmarksView.swift @@ -34,7 +34,7 @@ struct BookmarksView: View { browsingBookmark = bookmark } .onAppear { maybeLoadMore(bookmark) } - .listRowInsets(EdgeInsets(top: 0, leading: 20, bottom: 0, trailing: 20)) + .listRowInsets(EdgeInsets(top: 0, leading: 16, bottom: 0, trailing: 16)) .listRowSeparator(.visible) .swipeActions(edge: .trailing, allowsFullSwipe: true) { Button(role: .destructive) {