commit 0d48890c3653fff2f27f0c27e444b537da4ef42c
parent 8817a25eefc087191ac695e99f1a27ae68a5fe8c
Author: Marc Stibane <marc@taler.net>
Date: Sun, 16 Feb 2025 16:19:47 +0100
A11y
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Actions/ActionsSheet.swift b/TalerWallet1/Views/Actions/ActionsSheet.swift
@@ -74,6 +74,7 @@ struct ActionsSheet: View {
}
.buttonStyle(TalerButtonStyle(type: .bordered, narrow: false, aligned: .center))
.accessibilityHint(String(localized: "Will go to the demo shop website.", comment: "VoiceOver"))
+ .accessibilityAddTraits(.isLink)
.padding(.bottom, 20)
}