Bläddra i källkod

Adjust color for override icon

Deniz Cengiz 1 år sedan
förälder
incheckning
f5117d9d65
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      FreeAPS/Sources/Modules/Home/View/Chart/ChartLegendView.swift

+ 2 - 2
FreeAPS/Sources/Modules/Home/View/Chart/ChartLegendView.swift

@@ -61,7 +61,7 @@ struct ChartLegendView: View {
                             color: Color.loopGray.opacity(colorScheme == .dark ? 0.3 : 0.8),
                             color: Color.loopGray.opacity(colorScheme == .dark ? 0.3 : 0.8),
                             iconString: "square.fill"
                             iconString: "square.fill"
                         )
                         )
-                        
+
                         DefinitionRow(
                         DefinitionRow(
                             term: "CGM Glucose Value",
                             term: "CGM Glucose Value",
                             definition: Text(
                             definition: Text(
@@ -109,7 +109,7 @@ struct ChartLegendView: View {
                             definition: Text(
                             definition: Text(
                                 "Indicates when an override is or was active, temporarily changing therapy settings (e.g., basal rate, insulin sensitivity, carb ratio, target glucose, or whether Trio can dose SMBs)."
                                 "Indicates when an override is or was active, temporarily changing therapy settings (e.g., basal rate, insulin sensitivity, carb ratio, target glucose, or whether Trio can dose SMBs)."
                             ),
                             ),
-                            color: Color.purple,
+                            color: Color.purple.opacity(0.4),
                             iconString: "button.horizontal.fill"
                             iconString: "button.horizontal.fill"
                         )
                         )