Skip to content

Commit a19b41e

Browse files
committed
spacer min length
1 parent 5c48b52 commit a19b41e

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
@@ -112,8 +112,8 @@ struct TransactionItemView: View {
112112
.fontDesign(.monospaced)
113113
.font(.callout)
114114
.foregroundStyle(.primary)
115+
Spacer(minLength: 80)
115116
}
116-
.padding(.trailing, 100.0)
117117
.redacted(reason: isRedacted ? .placeholder : [])
118118

119119
}

0 commit comments

Comments
 (0)