Преглед изворни кода

Adjust color for override icon

Deniz Cengiz пре 1 година
родитељ
комит
f5117d9d65
1 измењених фајлова са 2 додато и 2 уклоњено
  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),
                             iconString: "square.fill"
                         )
-                        
+
                         DefinitionRow(
                             term: "CGM Glucose Value",
                             definition: Text(
@@ -109,7 +109,7 @@ struct ChartLegendView: View {
                             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)."
                             ),
-                            color: Color.purple,
+                            color: Color.purple.opacity(0.4),
                             iconString: "button.horizontal.fill"
                         )