Przeglądaj źródła

Change TempTarget main chart plot color to green

Deniz Cengiz 1 rok temu
rodzic
commit
c352a47fda

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -770,7 +770,7 @@ extension MainChartView {
                 xEnd: .value("End", target.end),
                 xEnd: .value("End", target.end),
                 y: .value("Value", targetLimited)
                 y: .value("Value", targetLimited)
             )
             )
-            .foregroundStyle(Color.purple.opacity(0.5)).lineStyle(.init(lineWidth: 8))
+            .foregroundStyle(Color.green.opacity(0.5)).lineStyle(.init(lineWidth: 8).dash(2))
         }
         }
     }
     }