Skip to content

Commit

Permalink
ui: balance animation
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Oct 5, 2024
1 parent d9dca01 commit 131e0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BDKSwiftExampleWallet/View/WalletView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ struct WalletView: View {
.contentTransition(.numericText())
.fontWeight(.semibold)
.fontDesign(.rounded)
.animation(.default, value: viewModel.balanceTotal)
Text("sats")
.foregroundStyle(.secondary)
.fontWeight(.thin)
Expand Down

0 comments on commit 131e0d7

Please sign in to comment.