Skip to content

Commit 635644a

Browse files
author
Benedikt Wagner
committed
improve text contrast on download view
1 parent 39f2808 commit 635644a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CloudMaster/Features/Common/DownloadOverlayView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ struct DownloadOverlayView: View {
5050
Text(String(format: "%.0f %%", min(self.progress, 1.0) * 100.0))
5151
.font(.largeTitle)
5252
.bold()
53+
.foregroundColor(.white)
5354
} else {
5455
withAnimation(.spring()) {
5556
Image(systemName: "checkmark.circle.fill")

0 commit comments

Comments
 (0)