Skip to content

Commit 9f7ebfa

Browse files
committed
ui: progressview (bar) increase width
1 parent 2e251d4 commit 9f7ebfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWallet/View/Home/ActivityHomeHeaderView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ struct ActivityHomeHeaderView: View {
140140
AnyView(
141141
ProgressView(value: Double(progress), total: 100)
142142
.foregroundStyle(.green)
143-
.frame(width: 20)
143+
.frame(width: 50)
144144
.animation(.interactiveSpring, value: progress)
145145
)
146146
} else {

0 commit comments

Comments
 (0)