[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 04/28: Font
From: |
gnunet |
Subject: |
[taler-taler-ios] 04/28: Font |
Date: |
Tue, 19 Sep 2023 03:44:23 +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 dbf95e6403d29c87b66e33a654583444da6def72
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Sep 18 08:45:00 2023 +0200
Font
---
TalerWallet1/Views/Sheets/Sheet.swift | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Sheets/Sheet.swift
b/TalerWallet1/Views/Sheets/Sheet.swift
index f8642ba..1fd46ec 100644
--- a/TalerWallet1/Views/Sheets/Sheet.swift
+++ b/TalerWallet1/Views/Sheets/Sheet.swift
@@ -10,6 +10,7 @@ struct Sheet: View {
private let symLog = SymLogV()
@Environment(\.dismiss) var dismiss // call dismiss() to get rid of
the sheet
@EnvironmentObject private var debugViewC: DebugViewC
+ @AppStorage("talerFont") var talerFont: Int = 0
var sheetView: AnyView
@@ -30,7 +31,9 @@ struct Sheet: View {
.navigationBarItems(leading: cancelButton)
.navigationBarTitleDisplayMode(.automatic)
.background(WalletColors().backgroundColor.edgesIgnoringSafeArea(.all))
- }.navigationViewStyle(.stack)
+ }
+ .navigationViewStyle(.stack)
+ .talerNavBar(talerFont: talerFont)
.overlay(alignment: .top) {
// Show the viewID on top of the sheet's NavigationView
Text(idString)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (7d32de8 -> 8b2cfb1), gnunet, 2023/09/18
- [taler-taler-ios] 02/28: move to HelperViews, gnunet, 2023/09/18
- [taler-taler-ios] 04/28: Font,
gnunet <=
- [taler-taler-ios] 01/28: Haptics, gnunet, 2023/09/18
- [taler-taler-ios] 08/28: Binding+onChange, gnunet, 2023/09/18
- [taler-taler-ios] 10/28: ExchangeTosStatus, gnunet, 2023/09/18
- [taler-taler-ios] 03/28: talerFonts, gnunet, 2023/09/18
- [taler-taler-ios] 09/28: move AgePicker, gnunet, 2023/09/18
- [taler-taler-ios] 13/28: Comment, gnunet, 2023/09/18
- [taler-taler-ios] 06/28: Black, gnunet, 2023/09/18
- [taler-taler-ios] 14/28: ToSButton, gnunet, 2023/09/18
- [taler-taler-ios] 07/28: DebugView static font size, gnunet, 2023/09/18
- [taler-taler-ios] 12/28: Italic, gnunet, 2023/09/18