Skip to content

Commit d262164

Browse files
committed
ui: transaction item spacing
1 parent d3f8c37 commit d262164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWallet/View/Activity/TransactionItemView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct TransactionItemView: View {
3030

3131
var body: some View {
3232

33-
VStack(alignment: .leading, spacing: 20) {
33+
VStack(alignment: .leading, spacing: 6) {
3434

3535
let delta = txDetails.balanceDelta
3636
let prefix = (delta >= 0 ? "+ " : "- ").appending("\(format.displayPrefix) ")

0 commit comments

Comments
 (0)