mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
Fix #1842
This commit is contained in:
parent
9e1b1780c9
commit
753a0574b1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue