Fix buttons on tvOS

This commit is contained in:
Arkadiusz Fal
2023-05-27 00:06:39 +02:00
parent 166482601d
commit b1637c5ef1
2 changed files with 10 additions and 1 deletions

View File

@@ -321,7 +321,9 @@ struct FavoriteItemView: View {
itemLabel
.foregroundColor(.accentColor)
}
#if !os(tvOS)
.buttonStyle(.plain)
#endif
}
var itemNavigationLink: some View {