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