We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d574b37 + 6925775 commit d5d8e4eCopy full SHA for d5d8e4e
WooCommerce/Classes/ViewRelated/CardPresentPayments/CardPresentPaymentsModalViewController.swift
@@ -104,8 +104,8 @@ private extension CardPresentPaymentsModalViewController {
104
func createLoadingIndicator() {
105
let loadingIndicator = ProgressView()
106
.progressViewStyle(IndefiniteCircularProgressViewStyle(size: 96.0))
107
- .background(Color(.tertiarySystemBackground))
108
let host = ConstraintsUpdatingHostingController(rootView: loadingIndicator)
+ host.view.backgroundColor = .tertiarySystemBackground
109
add(host)
110
111
guard let index = mainStackView.arrangedSubviews.firstIndex(of: imageView) else {
0 commit comments