Increased padding around content in views

This increased padding is roughly the same as the padding around native iOS components like lists, which makes it look a lot more uniform. The increased padding also makes everything feel a little less cramped.
This commit is contained in:
2026-01-28 00:13:10 -05:00
parent e761b7ab8a
commit 1902870e03
9 changed files with 46 additions and 29 deletions

View File

@@ -123,7 +123,7 @@ struct VisitingChefs: View {
}
}
}
.padding(.horizontal, 8)
.padding(.horizontal, 16)
}
.sheet(item: $safariUrl) { url in
SafariView(url: url.url)