Browse Source

tt opacity

Ivan Valkou 5 years ago
parent
commit
b75b62497e
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

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