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 a103fe2 commit efa7c59Copy full SHA for efa7c59
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