diff --git a/Packages/Status/Sources/Status/Row/Subviews/StatusRowActionsView.swift b/Packages/Status/Sources/Status/Row/Subviews/StatusRowActionsView.swift index 55c0f046..373deddd 100644 --- a/Packages/Status/Sources/Status/Row/Subviews/StatusRowActionsView.swift +++ b/Packages/Status/Sources/Status/Row/Subviews/StatusRowActionsView.swift @@ -121,6 +121,7 @@ struct StatusRowActionsView: View { Text("\(count)") .foregroundColor(Color(UIColor.secondaryLabel)) .font(.scaledFootnote) + .monospacedDigit() } } }