commit eb28e131c2bbdc67a221f172b7c578a56a6dbd97
parent bb5f7891351a8d394b54d2b3cc060f56a1e42fe7
Author: Marc Stibane <marc@taler.net>
Date: Mon, 7 Oct 2024 08:21:16 +0200
a11y
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/TabBarView.swift b/TalerWallet1/Views/HelperViews/TabBarView.swift
@@ -47,6 +47,7 @@ struct TabBarView: View {
.accessibilityElement(children: .combine)
.accessibility(label: Text(tab.title))
.accessibility(addTraits: [.isButton])
+ .accessibility(removeTraits: [.isImage])
}
var body: some View {