fix accessibility
This commit is contained in:
parent
b67aa7a13e
commit
0dedf2a6b6
|
@ -42,6 +42,7 @@ struct ContinueWatchingView: View {
|
||||||
.frame(width: 320, height: 180)
|
.frame(width: 320, height: 180)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.accessibilityIgnoresInvertColors()
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
VStack {
|
VStack {
|
||||||
|
|
Loading…
Reference in New Issue