Ivan Valkou 5 éve
szülő
commit
b75b62497e

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

@@ -283,7 +283,7 @@ struct MainChartView: View {
     private func tempTargetsView(fullSize: CGSize) -> some View {
         ZStack {
             tempTargetsPath
-                .fill(Color.tempBasal)
+                .fill(Color.tempBasal.opacity(0.5))
         }
         .onChange(of: glucose) { _ in
             calculateTempTargetsRects(fullSize: fullSize)