[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 187/204: A11y
From: |
gnunet |
Subject: |
[taler-taler-ios] 187/204: A11y |
Date: |
Thu, 05 Dec 2024 23:52:35 +0100 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit 0031a883684374b6d29ca85314e527308c570f78
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Dec 4 07:10:11 2024 +0100
A11y
---
TalerWallet1/Views/HelperViews/TabBarView.swift | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/TabBarView.swift
b/TalerWallet1/Views/HelperViews/TabBarView.swift
index 69313d9..dff86ee 100644
--- a/TalerWallet1/Views/HelperViews/TabBarView.swift
+++ b/TalerWallet1/Views/HelperViews/TabBarView.swift
@@ -81,9 +81,16 @@ struct TabBarView: View {
.frame(width: size, height: size)
}
if withText {
- Text(tab.title)
- .lineLimit(1)
- .talerFont(.body)
+ if selection == tab {
+ Text(tab.title)
+ .bold()
+ .lineLimit(1)
+ .talerFont(.picker)
+ } else {
+ Text(tab.title)
+ .lineLimit(1)
+ .talerFont(.body)
+ }
}
}.id(tab)
.foregroundColor(selection == tab ? .accentColor : .secondary)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 164/204: amountLabel, (continued)
- [taler-taler-ios] 164/204: amountLabel, gnunet, 2024/12/05
- [taler-taler-ios] 171/204: translations for GNU Taler, gnunet, 2024/12/05
- [taler-taler-ios] 175/204: layout, gnunet, 2024/12/05
- [taler-taler-ios] 177/204: common.scopes.first, gnunet, 2024/12/05
- [taler-taler-ios] 183/204: Section header, gnunet, 2024/12/05
- [taler-taler-ios] 193/204: Sound, gnunet, 2024/12/05
- [taler-taler-ios] 195/204: DepositWireTypes, gnunet, 2024/12/05
- [taler-taler-ios] 167/204: badge + a11y, gnunet, 2024/12/05
- [taler-taler-ios] 166/204: BankListView, gnunet, 2024/12/05
- [taler-taler-ios] 185/204: A11y textfield label, gnunet, 2024/12/05
- [taler-taler-ios] 187/204: A11y,
gnunet <=
- [taler-taler-ios] 186/204: bounce, gnunet, 2024/12/05
- [taler-taler-ios] 204/204: Bump version to 0.14.0 (0.13.14), gnunet, 2024/12/05
- [taler-taler-ios] 197/204: L10n, gnunet, 2024/12/05
- [taler-taler-ios] 201/204: pop-to-root on second tap, gnunet, 2024/12/05
- [taler-taler-ios] 200/204: reloadTransactions, gnunet, 2024/12/05
- [taler-taler-ios] 202/204: bank accounts - w.i.p., gnunet, 2024/12/05
- [taler-taler-ios] 199/204: A11y as tupel, gnunet, 2024/12/05
- [taler-taler-ios] 203/204: German localization, gnunet, 2024/12/05