Hide title with initial for voice over

This commit is contained in:
David Cordero 2022-01-16 20:23:06 +01:00
parent fa026298a9
commit e069c69d13

View File

@ -37,6 +37,7 @@ struct ImageView: View {
Text(failureInitials)
.font(.largeTitle)
.foregroundColor(.secondary)
.accessibilityHidden(true)
}
}