Jelajahi Sumber

increase chart height

polscm32 2 tahun lalu
induk
melakukan
265251d53d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      LiveActivity/LiveActivity.swift

+ 1 - 1
LiveActivity/LiveActivity.swift

@@ -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) {