|
@@ -138,7 +138,7 @@ struct LiveActivity: Widget {
|
|
|
DynamicIslandExpandedRegion(.bottom) {
|
|
DynamicIslandExpandedRegion(.bottom) {
|
|
|
updatedLabel(context: context).font(.caption).foregroundStyle(Color.secondary)
|
|
updatedLabel(context: context).font(.caption).foregroundStyle(Color.secondary)
|
|
|
.padding(.bottom, 5)
|
|
.padding(.bottom, 5)
|
|
|
- chart(context: context)
|
|
|
|
|
|
|
+ chart(context: context).frame(height: 70)
|
|
|
}
|
|
}
|
|
|
} compactLeading: {
|
|
} compactLeading: {
|
|
|
HStack(spacing: 1) {
|
|
HStack(spacing: 1) {
|