gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]