Skip to content

Commit 5491a91

Browse files
authored
ui: settings views
1 parent bb7df22 commit 5491a91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BDKSwiftExampleWallet/View/Settings/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct SettingsView: View {
2626
.padding()
2727
Spacer()
2828
}
29-
.padding(.horizontal, 20.0)
29+
.padding(.horizontal, 10.0)
3030
.padding(.top, 40.0)
3131
.padding(.bottom, -40.0)
3232
.foregroundStyle(.secondary)

BDKSwiftExampleWallet/View/Settings/WalletRecoveryView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ struct WalletRecoveryView: View {
4040
}
4141

4242
VStack {
43+
Text("Wallet only supports BIP86.")
4344
Text("Backup is not synced across devices.")
4445
Text("Please make sure to write it down and store it securely.")
4546
}

0 commit comments

Comments
 (0)