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