[AltWidget] Replaces ProgressRing with SwiftUI.Gauge

This commit is contained in:
Riley Testut
2022-09-14 18:59:44 -07:00
committed by Magesh K
parent 40855063c9
commit cea53ca158
2 changed files with 2 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ struct ComplicationView: View
.blendMode(.destinationOut) // Clip text out of image.
}
}
.fixedSize()
.offset(y: -1)
}
}
.gaugeStyle(.accessoryCircularCapacity)