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.") }