[AltWidget] Adds “icon” style lock screen widget

This commit is contained in:
Riley Testut
2022-09-14 19:04:36 -07:00
committed by Magesh K
parent cea53ca158
commit 4e84b9ea27

View File

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