Feature/4519 voice over texte secure textfield

This commit is contained in:
Arnfried Griesert
2023-05-03 04:42:05 +00:00
parent db82078a13
commit c59742d8ee
6 changed files with 20 additions and 3 deletions
@@ -78,7 +78,6 @@ struct RoundedBorderTextField: View {
.frame(height: 30)
.allowsHitTesting(isEnabled)
.opacity(isEnabled ? 1 : 0.5)
.accessibilityLabel(text.isEmpty ? placeHolder : "")
}
.padding(EdgeInsets(top: 8, leading: 8, bottom: 8, trailing: text.isEmpty ? 8 : 0))
.background(RoundedRectangle(cornerRadius: 8).fill(theme.colors.background))