diff --git a/Yattee/YatteeApp.swift b/Yattee/YatteeApp.swift index 5e221469..f1138423 100644 --- a/Yattee/YatteeApp.swift +++ b/Yattee/YatteeApp.swift @@ -182,6 +182,11 @@ struct YatteeApp: App { .fullScreenCover(isPresented: $showingICloudProgress) { ICloudSyncProgressView() .appEnvironment(appEnvironment) + #if os(tvOS) + // tvOS full screen covers have a transparent background, + // letting the view below leak through. + .background(Color.black.ignoresSafeArea()) + #endif } #endif #if os(tvOS)