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)
|
Text(failureInitials)
|
||||||
.font(.largeTitle)
|
.font(.largeTitle)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
|
.accessibilityHidden(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue