We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f8c37 commit d262164Copy full SHA for d262164
BDKSwiftExampleWallet/View/Activity/TransactionItemView.swift
@@ -30,7 +30,7 @@ struct TransactionItemView: View {
30
31
var body: some View {
32
33
- VStack(alignment: .leading, spacing: 20) {
+ VStack(alignment: .leading, spacing: 6) {
34
35
let delta = txDetails.balanceDelta
36
let prefix = (delta >= 0 ? "+ " : "- ").appending("\(format.displayPrefix) ")
0 commit comments