gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 09/12: Pending: circle -> diamond


From: gnunet
Subject: [taler-taler-ios] 09/12: Pending: circle -> diamond
Date: Tue, 31 Oct 2023 08:53:06 +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 9a021053fca53f4677e0ef2a47f2bcc68a62b341
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 30 17:45:42 2023 +0100

    Pending: circle -> diamond
---
 TalerWallet1/Views/Balances/PendingRowView.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Balances/PendingRowView.swift 
b/TalerWallet1/Views/Balances/PendingRowView.swift
index 3bcbebf..223b080 100644
--- a/TalerWallet1/Views/Balances/PendingRowView.swift
+++ b/TalerWallet1/Views/Balances/PendingRowView.swift
@@ -34,8 +34,8 @@ struct PendingRowContentV: View {
 
     var body: some View {
         let pendingColor = WalletColors().pendingColor(incoming)
-        let imageName = incoming ? "plus.circle"
-                                 : "minus.circle"
+        let imageName = incoming ? "plus.diamond"       //  goforward.plus   
circle
+                                 : "minus.diamond"      //
         HStack(spacing: 8) {
             Image(systemName: imageName)
                 .foregroundColor(pendingColor)

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