Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BDKSwiftExampleWallet/View/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
Expand Down
Loading