[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 04/04: Link -> Button
From: |
gnunet |
Subject: |
[taler-taler-ios] 04/04: Link -> Button |
Date: |
Tue, 26 Sep 2023 15:07:52 +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 bb640f0042285175ac1610a73a974c175c71a76f
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 26 09:59:33 2023 +0200
Link -> Button
---
TalerWallet1/Views/Main/WalletEmptyView.swift | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/TalerWallet1/Views/Main/WalletEmptyView.swift
b/TalerWallet1/Views/Main/WalletEmptyView.swift
index e8b824e..1e691e6 100644
--- a/TalerWallet1/Views/Main/WalletEmptyView.swift
+++ b/TalerWallet1/Views/Main/WalletEmptyView.swift
@@ -16,15 +16,15 @@ struct WalletEmptyView: View {
List {
Section {
Text("There is no digital cash in your wallet.")
+ .accessibilityFont(.title3)
+ .listRowSeparator(.hidden)
+ Link("Get some test money", destination: URL(string:
DEMOBANK)!)
+ .buttonStyle(TalerButtonStyle(type: .prominent, narrow:
false, aligned: .center))
+ .padding(.vertical)
}
Section {
- Text("You can get some test money from the demo bank:")
- }
- Section {
- Link(DEMOBANK, destination: URL(string: DEMOBANK)!)
- }
- Section {
- Text("Just register a test account, then withdraw some
electronic cash.")
+ Text("Just register a test account in the demo bank, then
withdraw some electronic cash.")
+ .accessibilityFont(.body)
}
}
.listStyle(myListStyle.style).anyView
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.