gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 07/28: DebugView static font size


From: gnunet
Subject: [taler-taler-ios] 07/28: DebugView static font size
Date: Tue, 19 Sep 2023 03:44:26 +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 2c61b55dbe0d8775afdb9c3e101c6c4d7a36c0dc
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Sep 10 11:25:20 2023 +0200

    DebugView static font size
---
 TalerWallet1/Controllers/DebugViewC.swift | 2 +-
 TalerWallet1/Views/Sheets/Sheet.swift     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Controllers/DebugViewC.swift 
b/TalerWallet1/Controllers/DebugViewC.swift
index 89209f9..b1dee53 100644
--- a/TalerWallet1/Controllers/DebugViewC.swift
+++ b/TalerWallet1/Controllers/DebugViewC.swift
@@ -124,8 +124,8 @@ struct DebugViewV: View {
                 Spacer()
             }
             Text(viewIDString)
-                .font(.caption2)
                 .foregroundColor(.red)
+                .font(.system(size: 11))        // no accessibilityFont
                 .monospacedDigit()
             Spacer()
         }
diff --git a/TalerWallet1/Views/Sheets/Sheet.swift 
b/TalerWallet1/Views/Sheets/Sheet.swift
index 1fd46ec..364947f 100644
--- a/TalerWallet1/Views/Sheets/Sheet.swift
+++ b/TalerWallet1/Views/Sheets/Sheet.swift
@@ -37,8 +37,8 @@ struct Sheet: View {
         .overlay(alignment: .top) {
             // Show the viewID on top of the sheet's NavigationView
             Text(idString)
-                .font(.talerCaption2)
                 .foregroundColor(.purple)
+                .font(.system(size: 11))        // no accessibilityFont
                 .monospacedDigit()
                 .edgesIgnoringSafeArea(.top)
                 .id("sheetID")

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