polscm32 2 лет назад
Родитель
Сommit
915beea595
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 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