Skip to content

Commit

Permalink
ui: balance animation removal
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Oct 7, 2024
1 parent dc4ae4f commit b2c88ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BDKSwiftExampleWallet/View/WalletView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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 b2c88ce

Please sign in to comment.