Skip to content

Commit 55cea9c

Browse files
committed
ui: button settings
1 parent f8048c0 commit 55cea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ struct WalletView: View {
190190
Button {
191191
showSettingsView = true
192192
} label: {
193-
Image(systemName: "person.and.background.dotted")
193+
Image(systemName: "ellipsis")
194194
}
195195
}
196196

0 commit comments

Comments
 (0)