mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix banner content shape
This commit is contained in:
@@ -123,7 +123,6 @@ struct VideoBanner: View {
|
||||
#endif
|
||||
}
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
|
||||
#if os(tvOS)
|
||||
.buttonStyle(.card)
|
||||
.padding(.trailing, 10)
|
||||
@@ -131,6 +130,7 @@ struct VideoBanner: View {
|
||||
.buttonStyle(.plain)
|
||||
#endif
|
||||
.opacity(contentOpacity)
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
|
||||
private var extraAttributes: some View {
|
||||
|
Reference in New Issue
Block a user