Skip to content

Commit e82c6cc

Browse files
committed
fix: block height font size once synced
1 parent 92c4670 commit e82c6cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BDKSwiftExampleWallet/View/Home/ActivityHomeHeaderView.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ struct ActivityHomeHeaderView: View {
9494
.fontWeight(.semibold)
9595
.contentTransition(.numericText())
9696
.transition(.opacity)
97+
.fontDesign(.monospaced)
98+
.foregroundStyle(.secondary)
99+
.font(.caption2)
100+
.fontWeight(.thin)
97101
}
98102
}
99103
HStack {

0 commit comments

Comments
 (0)