This commit is contained in:
Thomas Ricouard 2024-01-08 12:38:40 +01:00
parent 9e1b1780c9
commit 753a0574b1

View file

@ -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)