mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 22:04:19 +00:00
Remove channel card background on tvOS and fix grid focus clipping
This commit is contained in:
@@ -72,8 +72,10 @@ struct ChannelCardGridView: View {
|
||||
.frame(maxWidth: .infinity)
|
||||
}
|
||||
.padding()
|
||||
.background(.quaternary.opacity(0.3))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 12))
|
||||
#if !os(tvOS)
|
||||
.background(.quaternary.opacity(0.3))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 12))
|
||||
#endif
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user