We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7df22 commit 5491a91Copy full SHA for 5491a91
BDKSwiftExampleWallet/View/Settings/SettingsView.swift
@@ -26,7 +26,7 @@ struct SettingsView: View {
26
.padding()
27
Spacer()
28
}
29
- .padding(.horizontal, 20.0)
+ .padding(.horizontal, 10.0)
30
.padding(.top, 40.0)
31
.padding(.bottom, -40.0)
32
.foregroundStyle(.secondary)
BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift
@@ -40,6 +40,7 @@ struct WalletRecoveryView: View {
40
41
42
VStack {
43
+ Text("Wallet only supports BIP86.")
44
Text("Backup is not synced across devices.")
45
Text("Please make sure to write it down and store it securely.")
46
0 commit comments