Hide title with initial for voice over
This commit is contained in:
parent
fa026298a9
commit
e069c69d13
|
@ -37,6 +37,7 @@ struct ImageView: View {
|
|||
Text(failureInitials)
|
||||
.font(.largeTitle)
|
||||
.foregroundColor(.secondary)
|
||||
.accessibilityHidden(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue