Progress view is now correctly colored

This commit is contained in:
Lumaa 2024-01-02 19:49:28 +01:00
parent 74de99f7e4
commit 9e0af18bd3
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ struct PostingView: View {
ProgressView()
.progressViewStyle(.circular)
.foregroundStyle(Color.appBackground)
.tint(Color.appBackground)
} else {
Text("status.posting.post")
}