We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fb738 commit e47aad6Copy full SHA for e47aad6
swiftui-loop-videoplayer-example/views/video/Video11.swift
@@ -51,5 +51,6 @@ struct Video11 : VideoTpl{
51
.clipShape(RoundedRectangle(cornerRadius: 10))
52
.accessibilityIdentifier(Video11.loopCounterIdentifier)
53
}.ignoresSafeArea()
54
+ .background(Color("app_blue"))
55
}
56
0 commit comments