Skip to content

Commit

Permalink
ui: settings views
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Nov 14, 2024
1 parent bb7df22 commit 5491a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 5491a91

Please sign in to comment.