diff --git a/Examples/xx-messenger/Sources/ChatFeature/ChatView.swift b/Examples/xx-messenger/Sources/ChatFeature/ChatView.swift index 7ac107f479b1bf8dee80c566043997caa7644cb0..1611815c087786954fd730fe1768760801a7ea73 100644 --- a/Examples/xx-messenger/Sources/ChatFeature/ChatView.swift +++ b/Examples/xx-messenger/Sources/ChatFeature/ChatView.swift @@ -149,6 +149,7 @@ public struct ChatView: View { Text("\(fileTransfer.name) (\(fileTransfer.type))") if fileTransfer.progress < 1 { ProgressView(value: fileTransfer.progress) + .tint(.green) } if fileTransfer.type == "image", let data = fileTransfer.data,