Ivan Valkou 5 vuotta sitten
vanhempi
commit
b75b62497e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

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