Minor tvOS UI improvements

This commit is contained in:
Arkadiusz Fal
2021-09-29 14:36:52 +02:00
parent 282170209b
commit 1b1be1aefe
7 changed files with 35 additions and 13 deletions

View File

@@ -124,6 +124,8 @@ struct TrendingView: View {
ForEach(TrendingCategory.allCases) { category in
Button(category.name) { self.category = category }
}
Button("Cancel", role: .cancel) {}
}
#else