mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix buttons on tvOS
This commit is contained in:
@@ -321,7 +321,9 @@ struct FavoriteItemView: View {
|
||||
itemLabel
|
||||
.foregroundColor(.accentColor)
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.buttonStyle(.plain)
|
||||
#endif
|
||||
}
|
||||
|
||||
var itemNavigationLink: some View {
|
||||
|
Reference in New Issue
Block a user