gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 02/28: move to HelperViews


From: gnunet
Subject: [taler-taler-ios] 02/28: move to HelperViews
Date: Tue, 19 Sep 2023 03:44:21 +0200

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 66e81ea6cb9e4b2703e1ee6b2ce81fa537e2143d
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 5 18:38:35 2023 +0200

    move to HelperViews
---
 TalerWallet1/{Helper => Views/HelperViews}/AgePicker.swift | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Helper/AgePicker.swift 
b/TalerWallet1/Views/HelperViews/AgePicker.swift
similarity index 95%
rename from TalerWallet1/Helper/AgePicker.swift
rename to TalerWallet1/Views/HelperViews/AgePicker.swift
index 2622f39..369f018 100644
--- a/TalerWallet1/Helper/AgePicker.swift
+++ b/TalerWallet1/Views/HelperViews/AgePicker.swift
@@ -32,7 +32,7 @@ struct AgePicker: View {
                 HStack {
                     Text("If this wallet belongs to a child or teenager, the 
generated electronic cash should be age-restricted:")
                         .multilineTextAlignment(.leading)
-                        .font(.footnote)
+                        .font(.talerFootnote)
                     Spacer()
                 }.padding(.top)
                 Picker("Select age", selection: $selectedAge) {
@@ -42,6 +42,7 @@ struct AgePicker: View {
                                           : "\(index) years").tag(index)
                     }
                 }
+                .font(.talerBody)
             }
         }
     }

-- 
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]