tvOS layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-10 22:51:30 +01:00
parent d779ec7215
commit 21b61982ad
6 changed files with 25 additions and 17 deletions

View File

@@ -58,7 +58,11 @@ struct PlayerQueueRow: View {
} label: {
VideoBanner(video: item.video, playbackTime: watchStoppedAt, videoDuration: watch?.videoDuration)
}
#if os(tvOS)
.buttonStyle(.card)
#else
.buttonStyle(.plain)
#endif
}
private var watch: Watch? {