Remove channel card background on tvOS and fix grid focus clipping

This commit is contained in:
Arkadiusz Fal
2026-04-17 03:48:18 +02:00
parent 7a55f8ac3a
commit 5ef40e24bf
5 changed files with 20 additions and 2 deletions

View File

@@ -82,6 +82,9 @@ struct ViewOptionsSheet: View {
}
}
}
.scrollClipDisabled()
.padding(.horizontal, 40)
.padding(.vertical, 24)
}
#endif