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

@@ -91,7 +91,7 @@ struct MenuItemView: View {
.foregroundStyle(.secondary)
.textSelection(.enabled)
}
.padding(.horizontal, 8)
.padding(.horizontal, 16)
}
.navigationTitle("Details")
.navigationBarTitleDisplayMode(.inline)