mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 22:11:07 +01:00
Fix #1842
This commit is contained in:
parent
9e1b1780c9
commit
753a0574b1
@ -214,7 +214,7 @@ struct StatusRowActionsView: View {
|
|||||||
isFocused: isFocused,
|
isFocused: isFocused,
|
||||||
theme: theme), !viewModel.isRemote
|
theme: theme), !viewModel.isRemote
|
||||||
{
|
{
|
||||||
Text("\(count)")
|
Text(count, format: .number.notation(.compactName))
|
||||||
.contentTransition(.numericText(value: Double(count)))
|
.contentTransition(.numericText(value: Double(count)))
|
||||||
.foregroundColor(Color(UIColor.secondaryLabel))
|
.foregroundColor(Color(UIColor.secondaryLabel))
|
||||||
.font(.scaledFootnote)
|
.font(.scaledFootnote)
|
||||||
|
Loading…
Reference in New Issue
Block a user