Progress view is now correctly colored
This commit is contained in:
parent
74de99f7e4
commit
9e0af18bd3
|
@ -97,6 +97,7 @@ struct PostingView: View {
|
|||
ProgressView()
|
||||
.progressViewStyle(.circular)
|
||||
.foregroundStyle(Color.appBackground)
|
||||
.tint(Color.appBackground)
|
||||
} else {
|
||||
Text("status.posting.post")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue