mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
Fixed video player background
This commit is contained in:
parent
91290d4736
commit
4d5390ce2d
@ -382,7 +382,7 @@ struct VideoPlayerView: View {
|
||||
.listStyle(.plain)
|
||||
#endif
|
||||
.frame(maxWidth: 350)
|
||||
.background(colorScheme == .dark ? Color.black : Color.white)
|
||||
.background((colorScheme == .dark ? Color.black : Color.white).ignoresSafeArea())
|
||||
.transition(.move(edge: .bottom))
|
||||
}
|
||||
#elseif os(macOS)
|
||||
|
Loading…
Reference in New Issue
Block a user