Kaynağa Gözat

style temp target bar mark

polscm32 2 yıl önce
ebeveyn
işleme
915beea595

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

@@ -224,7 +224,7 @@ extension MainChartView {
                         xEnd: .value("Time", tt.end),
                         y: .value("Value", tt.amount)
                     )
-                    .foregroundStyle(Color.purple.opacity(0.3)).lineStyle(.init(lineWidth: 8, dash: [2, 3]))
+                    .foregroundStyle(Color.purple.opacity(0.5))
                 }
                 /// predictions
                 ForEach(Predictions, id: \.self) { info in