polscm32 2 лет назад
Родитель
Сommit
7b9b7aa39d
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

+ 2 - 3
FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

@@ -347,7 +347,7 @@ extension Bolus {
 
 
                         Spacer()
                         Spacer()
                     }
                     }
-                } header: { Text("Carbs") }.listRowBackground(Color.chart)
+                }
 
 
                 if state.displayPresets {
                 if state.displayPresets {
                     Section {
                     Section {
@@ -430,8 +430,7 @@ extension Bolus {
                             exceededMaxBolus = false
                             exceededMaxBolus = false
                         }
                         }
                     }
                     }
-
-                } header: { Text("Bolus") }.listRowBackground(Color.chart)
+                }
 
 
                 if state.amount > 0 {
                 if state.amount > 0 {
                     Section {
                     Section {