From 3d955bcb882424e4ad396f1440a81a0454127fca Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 13 Nov 2024 19:50:49 -0600 Subject: [PATCH] ui: settings views --- BDKSwiftExampleWallet/View/Settings/SettingsView.swift | 2 +- BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BDKSwiftExampleWallet/View/Settings/SettingsView.swift b/BDKSwiftExampleWallet/View/Settings/SettingsView.swift index 8cb6c2bd..9fb0fef3 100644 --- a/BDKSwiftExampleWallet/View/Settings/SettingsView.swift +++ b/BDKSwiftExampleWallet/View/Settings/SettingsView.swift @@ -26,7 +26,7 @@ struct SettingsView: View { .padding() Spacer() } - .padding(.horizontal, 20.0) + .padding(.horizontal, 10.0) .padding(.top, 40.0) .padding(.bottom, -40.0) .foregroundStyle(.secondary) diff --git a/BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift b/BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift index 08e648ad..7d96f93b 100644 --- a/BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift +++ b/BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift @@ -40,6 +40,7 @@ struct WalletRecoveryView: View { } VStack { + Text("Wallet only supports BIP86.") Text("Backup is not synced across devices.") Text("Please make sure to write it down and store it securely.") }