diff --git a/Xcodes/Frontend/Common/ObservingProgressIndicator.swift b/Xcodes/Frontend/Common/ObservingProgressIndicator.swift index 3b2e5c8..a677486 100644 --- a/Xcodes/Frontend/Common/ObservingProgressIndicator.swift +++ b/Xcodes/Frontend/Common/ObservingProgressIndicator.swift @@ -50,7 +50,7 @@ public struct ObservingProgressIndicator: View { if showsAdditionalDescription, progress.progress.xcodesLocalizedDescription.isEmpty == false { Text(progress.progress.xcodesLocalizedDescription) - .font(.subheadline) + .font(.subheadline.monospacedDigit()) .foregroundColor(.secondary) } }