We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f2808 commit 635644aCopy full SHA for 635644a
CloudMaster/Features/Common/DownloadOverlayView.swift
@@ -50,6 +50,7 @@ struct DownloadOverlayView: View {
50
Text(String(format: "%.0f %%", min(self.progress, 1.0) * 100.0))
51
.font(.largeTitle)
52
.bold()
53
+ .foregroundColor(.white)
54
} else {
55
withAnimation(.spring()) {
56
Image(systemName: "checkmark.circle.fill")
0 commit comments