Add horizontal padding to View Options sheet on tvOS

Prevents form rows from being cut off at the left and right edges
of the narrow tvOS sheet.
This commit is contained in:
Arkadiusz Fal
2026-04-13 21:36:55 +02:00
parent 58c3bdc0b6
commit 310869fad8

View File

@@ -36,6 +36,7 @@ struct ViewOptionsSheet: View {
NavigationStack {
formContent
}
.padding(.horizontal, 40)
#else
formContent
#endif