File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ index 00000000..2f5342e1
325
325
+ }
326
326
diff --git a/Loop/Loop Widget Extension/Live Activity/GlucoseLiveActivityConfiguration.swift b/Loop/Loop Widget Extension/Live Activity/GlucoseLiveActivityConfiguration.swift
327
327
new file mode 100644
328
- index 00000000..f1b24aec
328
+ index 00000000..a66fa0b2
329
329
--- /dev/null
330
330
+++ b/Loop/Loop Widget Extension/Live Activity/GlucoseLiveActivityConfiguration.swift
331
331
@@ -0,0 +1,265 @@
@@ -444,7 +444,7 @@ index 00000000..f1b24aec
444
444
+ Spacer()
445
445
+ Text("\(glucoseFormatter.string(from: context.state.currentGlucose) ?? "??")\(getArrowImage(context.state.trendType))")
446
446
+ .foregroundStyle(getGlucoseColor(context.state.currentGlucose, context: context))
447
- + .font(.title2 )
447
+ + .font(.headline )
448
448
+ .fontWeight(.heavy)
449
449
+ }
450
450
+ }
You can’t perform that action at this time.
0 commit comments