mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #264 from gredman/main
Use monospaced digit font for download progress
This commit is contained in:
commit
dc1d89dfc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue