mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Feature/4519 voice over texte secure textfield
This commit is contained in:
@@ -46,6 +46,7 @@ struct PasswordButtonModifier: ViewModifier {
|
||||
.frame(width: iconSize, height: iconSize)
|
||||
.foregroundColor(theme.colors.secondaryContent)
|
||||
}
|
||||
.accessibilityLabel(isSecureTextVisible ? BWIL10n.textfieldHideSecret : BWIL10n.textfieldRevealSecret)
|
||||
.padding(.top, alignment == .top ? 8 : 0)
|
||||
.padding(.bottom, alignment == .bottom ? 8 : 0)
|
||||
.padding(.trailing, 12)
|
||||
|
||||
Reference in New Issue
Block a user