Align tvOS History and Bookmarks header top padding

This commit is contained in:
Arkadiusz Fal
2026-04-17 05:33:50 +02:00
parent a66b2191d1
commit 060cff1449
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ struct BookmarksListView: View {
} }
.focusSection() .focusSection()
.padding(.horizontal, 48) .padding(.horizontal, 48)
.padding(.top, 80) .padding(.top, 20)
// Content // Content
Group { Group {

View File

@@ -96,7 +96,7 @@ struct HistoryListView: View {
} }
.focusSection() .focusSection()
.padding(.horizontal, 48) .padding(.horizontal, 48)
.padding(.top, 80) .padding(.top, 20)
// Content // Content
Group { Group {