fix accessibility

This commit is contained in:
Ethan Pippin 2022-01-17 20:56:18 -07:00
parent b67aa7a13e
commit 0dedf2a6b6
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ struct ContinueWatchingView: View {
.frame(width: 320, height: 180) .frame(width: 320, height: 180)
} }
} }
.accessibilityIgnoresInvertColors()
HStack { HStack {
VStack { VStack {