Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Jan 8, 2024
1 parent 9e1b178 commit 753a057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct StatusRowActionsView: View {
isFocused: isFocused,
theme: theme), !viewModel.isRemote
{
Text("\(count)")
Text(count, format: .number.notation(.compactName))
.contentTransition(.numericText(value: Double(count)))
.foregroundColor(Color(UIColor.secondaryLabel))
.font(.scaledFootnote)
Expand Down

0 comments on commit 753a057

Please sign in to comment.