Browse Source

Change TempTarget main chart plot color to green

Deniz Cengiz 1 year ago
parent
commit
c352a47fda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 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))
         }
         }
     }
     }